Hello
I`ve changed the colors in the dropdown menu in INove theme. But then the links in the sidebar also go white, so they is invisible right now.
How can I get different colours to these to?
This controls it. I changed black to white.
a {
color:#ffffff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}