change forum title size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hollyboy
    Senior Member
    • Mar 2004
    • 777

    change forum title size

    I am trying to change my forum title

    .forum-title {
    font-size: 28x;}

    but it does not work on my site

    I also want the forum title to be different on mobile, so how should it be?

    thanks
  • ABDUR7MAAN
    Senior Member
    • Sep 2013
    • 139
    • 5.3.x

    #2
    Hello
    Search for template (css_global.css) in the template below. Look for the following code:
    Code:
    .forum-list-container .forum-item .cell-forum .forum-title {
        font-size: 9pt;
        font-weight: bold;
    }
    Place the value that you want in the font size

    Comment

    • hollyboy
      Senior Member
      • Mar 2004
      • 777

      #3
      Originally posted by ABDUR7MAAN
      Hello
      Search for template (css_global.css) in the template below. Look for the following code:
      Code:
      .forum-list-container .forum-item .cell-forum .forum-title {
      font-size: 9pt;
      font-weight: bold;
      }
      Place the value that you want in the font size
      thank you it helps!
      How about the same but for mobile?

      Comment

      • ABDUR7MAAN
        Senior Member
        • Sep 2013
        • 139
        • 5.3.x

        #4
        Test on Mobile iPhone 6
        Click image for larger version

Name:	WhatsApp Image 2018-03-25 at 3.25.09 PM.jpeg
Views:	63
Size:	116.3 KB
ID:	4388565

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 74078

          #5
          We recommend not editing the default CSS templates and instead using the css_additional.css template for your own custom code. The css_general.css template is overridden by classes in the css_responsive.css template. So your changes can be undone. Using the css_additional.css allows your code to be the last in the hierarchy and to override all previous CSS. Modifying the default CSS templates can also introduce bugs on upgrade if a merge doesn't complete or we completely rewrite a section of CSS.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          Related Topics

          Collapse

          Working...