Hi,
How can I define a black color to the sidebar nav menu?
Thanks
Tal
Shalom Tal
Please add following code to Quick CSS
ul.nested_nav li a {
color: black!important;
}
Cheers!
Yigit
Hi Yigit,
it does not work… the gray font color stays.
you can see it at this link: http://thinkdif.co.il/about/%D7%9E%D7%99-%D7%90%D7%A0%D7%97%D7%A0%D7%95/
Thanks
Tal
Hey!
Please use following code instead
.main_color .sidebar a {
color: black;
}
Cheers!
Yigit
Yes! Thanks a lot, it works now.