Quote:
Originally Posted by euronova
Hi,
Is there a way to edit the colour of the top links in the nav bar above the banner?
Welcome, notifications, my profile, settings etc.
Want to make them white but can't seem to find the correct option.
Thanks in advance.
|
Hello,
You just need to remove the lines below from the additional.css of the Take Five template.
Code to be removed:
Code:
.toplinks ul.isuser li, .toplinks ul.nouser li{ background-image:url(images/Take5/elements/navbar.png); background-color:transparent; }
.toplinks ul.isuser li a, .toplinks ul.nouser li a{ background-image:url(images/Take5/elements/navbar.png); background-color:transparent; }
.toplinks .logindetails { background-image:url(images/Take5/elements/navbar.png); background-color:transparent; }
Then, find the stylevars
toplinks_background and
toplinks_color of the Take Five template and choose a white background color and another text color for your Welcome label.
Thank you.