Changing font size on forum title and description

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suntzu500
    New Member
    • Mar 2018
    • 9
    • 5.3.x

    Changing font size on forum title and description

    I want to increase the font sizes of the forum title and its description on the front page (see screen print below). How do I change it? I tried to go to the Styles edits in the Admin Control Panel and changed the modules, global, etc. but I can't find exactly which section the forum title and forum description font control is located. Thanks so much for your help!

    Click image for larger version  Name:	Untitled-2.jpg Views:	4 Size:	95.4 KB ID:	4394775
    Last edited by suntzu500; Sat 14 Jul '18, 3:23pm.
  • Blackhorse
    Senior Member
    • Jul 2018
    • 298
    • 5.3.x

    #2
    up, please help here

    Comment

    • twistsol
      Senior Member
      • Mar 2015
      • 128
      • 6.X

      #3
      I've been unable to change the size of the forum titles, but the forum description can be changed by adding the following to the css_additional.css template

      Of course set the percentage to whatever you want.

      Code:
      /* Increase font size of forum description */
      .forum-desc
      {
          font-size: 150%
      }
      /* End Increase font size of forum description */

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24287
        • 6.0.X

        #4
        Forum titles can be changed by adding this to the css:
        Code:
        .forum-list-container .forum-item .cell-forum .forum-title {
        font-size: 16px;
        }
        Change the 16px as required.

        Can be seen on my Cloud demo site: https://www.adminammo.com

        You can add the CSS via Site Builder on either Cloud or self hosted sites:

        Edit Site > Style > CSS Editor
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • Hellas
          Member
          • Aug 2018
          • 40
          • 5.3.x

          #5
          Originally posted by Mark.B
          Forum titles can be changed by adding this to the css:
          Code:
          .forum-list-container .forum-item .cell-forum .forum-title {
          font-size: 16px;
          }
          Change the 16px as required.

          Can be seen on my Cloud demo site: https://www.adminammo.com

          You can add the CSS via Site Builder on either Cloud or self hosted sites:

          Edit Site > Style > CSS Editor
          Hi Mark. I am trying to change the font on the forum titles as the OP was.

          I am going through my file manager and simply can't find the CSS to edit. Everytime I open a CSS file it is empty. Any ideas?

          Cheers.

          Comment

          Related Topics

          Collapse

          Working...