• 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.

    https://www.kjagen.com

    a {

    color:#ffffff;

    text-decoration:none;

    }

    a:hover {

    text-decoration:underline;

    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kjagen

    (@kjagen)

    Isn`t there a way to add code so that the colours can be different in the header and all the links in the body and sidebar?

    Thread Starter kjagen

    (@kjagen)

    I`ll try again.
    I cant seem to figure this out?

    and also I need some help in replacing the page title with graphics in som pages?

    The above CSS you posted changes ‘ALL’ links, so that will happen.

    Use..

    #header a { your css }

    and

    #header a:hover { your css }

    etc….

    Thread Starter kjagen

    (@kjagen)

    Thanks a lot. It worked

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu and Link colors in INove’ is closed to new replies.