Footer stylevar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • woodmj
    Senior Member
    • Mar 2013
    • 208
    • 5.7.5

    Footer stylevar

    Hi,
    which stylevar controls the colour of text in the footer area please? The ones with 'footer' in their name don't seem to have any effect for me. This is eg. Admin, Mod, Contact Us & the drop-down style selector.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74170

    #2
    footer_list_item_color

    Code:
    #footer-tabbar ul.nav-list li a {
        font:{vb:stylevar footer_font_style};
        color: {vb:stylevar footer_list_item_color};
        margin-{vb:stylevar left}: {vb:stylevar footer_list_item_spacing};
        padding-{vb:stylevar left}: {vb:stylevar footer_list_item_spacing};
        border-{vb:stylevar left}: 1px solid {vb:stylevar footer_list_item_divider_color};
        text-decoration: {vb:stylevar footer_list_item_text_decoration};
        text-transform: {vb:stylevar footer_text_transform};
    }
    Translations provided by Google.

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

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...