• I would like to make the menu color the same whether the link has been visited or not. Is there a way to do this? I have found the location of the code, but I am not sure if I am including all of the right information since there is a color for non-visited, a hover color, and a vested color. Can you help with code? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,
    Hope you are well.

    Please post your site link here so I or someone else can take a look.

    Thanks.

    Hello,
    I would like to change the orange color #f25d46 in the bar up with a different color.

    I’m not HTML-CSS frienly, but last week I’ve just changed the sheet style “style.css” with WP Editor and it did work.

    I did it today but it didn’t work; I don’t understand why.

    Any help?
    Thanks!

    Theme Author VolThemes

    (@volthemes)

    Hello, sorry we can’t help you with customization. For customization with the theme, feel free to contact us anytime. support[at]volthemes.com

    Hi @janaglass,

    Not sure if you managed to figure this one or not, but I was also having this issue. I needed the link colour text to stay the same colour, even after it has been visited.

    All that needed to be added to the CSS was this:

    a:visited {
    color: #ffffff;
    }

    Hope that helps ??

    Slight adjustment to ensure that it only affects the main navigation menu:

    li a:visited {
    	color: #FFFFFF;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Color’ is closed to new replies.