StyleVars for "posted by" row

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • liteelips
    New Member
    • Nov 2009
    • 7

    [vB4] StyleVars for "posted by" row

    I changed some of the font sizes in my forum but I couldn't find the related stylevars for the row that I indicated in the attached image.

    Click image for larger version

Name:	font-size.jpg
Views:	1
Size:	103.5 KB
ID:	3719110

    I want all that information (posted by data and date) to be shown with a different font size. I want that for all general forum pages. New messages, forum home, sub-forums, etc...

    How can I do that?
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    From firebug:
    HTML Code:
    .threadbit .threadlastpost, .threadbit .threaddeleted {font-size:12px;
    }
    That is hardcoded. So, just add your own to additional.css.

    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

    • liteelips
      New Member
      • Nov 2009
      • 7

      #3
      Thanks! That worked

      Comment

      Related Topics

      Collapse

      Working...