![]() |
Change navbar_font stylevar on a page
Hi guys,
I was trying to to change the font size of the submenu links in navbar on the CMS page but without any success :(. I tried adding a condition to the stylevar itself, adding a condition into vbulletin_chrome.css (that is the only template navbar_font stylevar is located?), I tried editing the css in vbcms_navbar_links but none of it worked. So how would I change the text size of the vbcms navbar submenu links? The ones that appear under Home tab, when I edit the cms to display them. Thank you! |
Why not add it in a plugin using parse_templates hook location.
PHP Code:
|
I tried it before but with a wrong hook.
Anyway, that did not work either, I used this code (since headinclude_bottom_css was not in my headinclude ?) Code:
if (THIS_SCRIPT == 'vbcms') |
Try using the id instead:
#navtabs ul li a { font-size: 17px; } That worked just fine on my test site. |
Thank you very very much Lynne, that worked well :)
|
All times are GMT. The time now is 03:47 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|