Microsoft
Software
Hardware
Network
Question : Zen cart NavMainLink color change
Hi, On this site:
http://
www dot the dessert lovers dot com
The NavMainLink div is in the upper red band. The font is taking the site-wide anchor color. I want to change the color of NavMainLink to white, but for obvious reasons I don't want all links to be white.
Thanks, Using Zen cart.
Answer : Zen cart NavMainLink color change
Add the following CSS:
#navMainLinks a
{
color: White;
}
If something else is assigning a CSS color do:
#navMainLinks a
{
color: White !important;
}
Random Solutions
Remote Software Installation - Silent
Appointment booking app or service for field engineers?
UV spectroscopy and exponential decay of tranmission
asynch sockets
C# Data Update query
How to Populate a ListBox Control with Values from an Access Database Table
Cannot RDP to W2008R2 Server 'Computer Name' but can to its IP Address
Passing combobox var to loaded swf as3
Create linked server from MS Sql to oracle server
Use .NET or SSIS to download Exhange email and process attachments