Can I change the font size of the Article Headings?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Noctavia
    Senior Member
    • May 2006
    • 346

    [CMS] Can I change the font size of the Article Headings?

    Is it possible to change the font size of the individual article headings? They seem to be blending in too much to everything else and I'd like to make them stand out more.

    Would it be a template adjustment? Or a Stylevars change?
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    It is set in "h3.article_preview", so do a search in templates for that and find out the stylevar and change it. Or, write your own css for that class to change it.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • nakedanvil
      Senior Member
      • Mar 2010
      • 1920
      • 4.0.0

      #3
      Can you use html or bb codes in the titles? Never tried, just wondering since the subject is up. I notice you can't use any of the editing tools in the title.

      Comment

      • tfh
        New Member
        • Feb 2010
        • 8
        • 4.0.0

        #4
        CMS Font ?

        Don't mean to HiJack, and search was unsuccessful, how does one increse the font size of the CMS article bottom text? I would like to increase the size of the font displaying the text, " View original post"
        And other text related to that portion of the CMS articles to allow users to link to the forums easier.

        Thank you

        Comment

        • tfh
          New Member
          • Feb 2010
          • 8
          • 4.0.0

          #5
          bump

          bump

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            Using firebug, I see View original post is location in <sub> tags of class "article_promoted_text". So, just write some css like:

            Code:
            sub.article_promoted_text a {font-size:18px;}

            Please don't PM or VM me for support - I only help out in the threads.
            vBulletin Manual & vBulletin 4.0 Code Documentation (API)
            Want help modifying your vbulletin forum? Head on over to vbulletin.org
            If I post CSS and you don't know where it goes, throw it into the additional.css template.

            W3Schools &lt;- awesome site for html/css help

            Comment

            • anthonyparsons
              Senior Member
              • Mar 2005
              • 2597

              #7
              Originally posted by nakedanvil
              Can you use html or bb codes in the titles? Never tried, just wondering since the subject is up. I notice you can't use any of the editing tools in the title.
              Titles aren't handled the same as the post content to my knowledge.

              Comment

              • tfh
                New Member
                • Feb 2010
                • 8
                • 4.0.0

                #8
                clarification

                Originally posted by Lynne
                Using firebug, I see View original post is location in <sub> tags of class "article_promoted_text". So, just write some css like:

                Code:
                sub.article_promoted_text a {font-size:18px;}
                AdminCP->Styles&Templates-> ?

                Style vars?
                All Style options? Header, Headerinclude....

                Where shall I add this script?

                Thank You

                Comment

                • anthonyparsons
                  Senior Member
                  • Mar 2005
                  • 2597

                  #9
                  additional.css is the template you want to add extra CSS.

                  Comment

                  • tfh
                    New Member
                    • Feb 2010
                    • 8
                    • 4.0.0

                    #10
                    thanks

                    thank you tony

                    Comment

                    • djbaxter
                      Senior Member
                      • Aug 2006
                      • 1418
                      • 4.2.5

                      #11
                      Originally posted by Lynne
                      It is set in "h3.article_preview", so do a search in templates for that and find out the stylevar and change it. Or, write your own css for that class to change it.
                      The style variable is article_preview CMS Content Preview Title Font
                      Psychlinks Web Services Affordable Web Design & Site Management
                      Specializing in Small Businesses and vBulletin/Xenforo Forums

                      Comment

                      Related Topics

                      Collapse

                      Working...