Just wondering how I would add color to just one link in my nav bar? I'm using the "Mybulletin" theme BTW.
Thanks,
Jeremy
Thanks,
Jeremy
![]() |
Just wondering how I would add color to just one link in my nav bar? I'm using the "Mybulletin" theme BTW.
Thanks, Jeremy
Best way is to give that links an css ID in the header template then define it properly in the theme css.
do this
<div id="linky"> (link) </div> then in additional css at the top, put #linky { color: #ffffff; } you can get css properties here http://www.w3schools.com/css/css_text.asp
Wii Fantastic.com
best wii forums. forever. turpentine Wrote:do this Thanks for the tip, but that is a little beyond my skills right now. Below is the code that I added in my navbar.
I would like to have "Chat" be red or some other color. Is this possible by just modifying the above code?
Change
to And go to Admin CP -> Themes -> Modify / Delete -> *the theme you are using* -> Go all the way down on the page you get to.Till you find "Below you may enter additional CSS to be included with this theme." Add in the container below.
I copied the codes exactly as you posted and in the right spots. Still no color. What am I overlooking?
try this:
#linky a{ color: red; } |
« Next Oldest | Next Newest »
|