• Resolved spinninggorilla

    (@spinninggorilla)


    Hi, I am trying to change the color of text and background in main navigation using this theme. How do change a:visited, a:hover etc

    I would prefer to make these changes in editor but I cannot find the correct CSS to edit.

    Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sona

    (@support-web-dorado)

    @spinninggorilla,

    Please add the following to the style.css of the theme:

    .top-nav-list >ul > li > a, .top-nav-list> ul > li ul > li > a, #top-nav div ul li a, #top-nav > div > ul > li > a:link, #top-nav > div > div > ul > li > a{
    color: #fff !important;
    }
    #top-nav {
    background: #000000 !important;
    }

    This will resolve your issue. Thank you.

    Thread Starter spinninggorilla

    (@spinninggorilla)

    Thanks Sona,

    Went A different path in the end.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing CSS in main nav’ is closed to new replies.