Stylevar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Carrfixr
    Senior Member
    • May 2017
    • 1369
    • 5.5.x

    Stylevar

    Does anyone know which stylevar setting increases the font size for the "mark channels read"
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Originally posted by Carrfixr
    Does anyone know which stylevar setting increases the font size for the "mark channels read"
    As far as I know there isn't one.

    You would need some additional css, like this:

    Code:
    .markchannelsread {
    font-size: 18px;
    }
    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

    • Carrfixr
      Senior Member
      • May 2017
      • 1369
      • 5.5.x

      #3
      Originally posted by Mark.B

      As far as I know there isn't one.

      You would need some additional css, like this:

      Code:
      .markchannelsread {
      font-size: 18px;
      }
      Thank Mark for the response.. That CSS just changed the main page font sizes. I am also looking to change it in the forums as well

      Comment

      Related Topics

      Collapse

      Working...