• Resolved Scribelle

    (@scribelle)


    Hi @kaira
    Thank you for this nice and simple theme.

    Now i have a question for which I search the good snippet for ages …
    In my main navigation menu, I would like to show a color of the tab when your have clicked on it, and that you are on its page then.
    For the moment, the visited tab is blue, like the background, so it is not visible.

    I tried this:
    .main-navigation ul ul li:visited > a {
    color: #baab93 !important;
    }
    But of course, nothing. I am sure it is nothing to do.

    Do you think you kindly find some time to answer and help?
    Thank you in advance!

    Scribelle

    • This topic was modified 4 years, 8 months ago by Scribelle.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Kaira

    (@kaira)

    Hi @scribelle

    if you add the following custom CSSS to Customize -> Additional CSS then that should fix it.

    #site-navigation.main-navigation.overlay-nav-plain ul > li.current-menu-item > a {
    background-color: #c2b49e !important;
    color: #FFF !important;
    }

    I will add a fix for this in the next update too.

    Thanks

    Thread Starter Scribelle

    (@scribelle)

    Hi @kaira
    It works fine! You are brillant.
    Thank you so much for your rapid help!
    It is fixed. Good job.
    Best Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change color of menu tab’s text when visited’ is closed to new replies.