The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to call the additional.css template in a product-modification
Hello.
I have added a class to my additional.css template to display a few links in my header (the proper color and font). Throughout the forum suite of vb4 this works like a charm, but how do I call it on other pages? If I install an add-on (product) from here, I see my links in the header, but they do not use my new css, they default to vb4 link color. I thought this was just a coding error in the add-on I tried, but found though installing and removing several different ones that all without fail do not seem to call the additional.css template styling. Can you offer a solution? Is there a setting I missed in the adminCP? Thanks. K --------------- Added [DATE]1279934149[/DATE] at [TIME]1279934149[/TIME] --------------- I have been working on this all day. Anyone have any ideas? Maybe I should just put the css into the header along with the links? |
#2
|
|||
|
|||
Anyone have any ideas on this?
|
#3
|
|||
|
|||
|
#4
|
|||
|
|||
Sure, not exactly sure why the contents would matter, but here it is:
Code:
.design2_nav_links { color: #FFFFFF; font-weight: bold; font-size: 14px; } kether |
#5
|
|||
|
|||
try adding
Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}design2_nav_links" /> Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}additional.css" /> |
#6
|
|||
|
|||
additional CSS always gets called last. Maybe if you change the class of what the navtabs are using then it will work? maybe go into the plugin and change the class.
|
#7
|
|||
|
|||
Thanks for the suggestions! I really appreciate it. I will try these and see if any succeed. Thank you both!
Kether |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|