• I have set the hover on my nav bar to stay on the page that I am on. But the text has now disappeared.

    Either the text has been set to white or it not showing. I’ve looked for the code but can’t find it.

    I tried this too but no joy:

    #nav2 li.current-cat a, {
    color: #343434;
    }

    https://www.globalistamagazine.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-3085)

    #nav2 li.current_page_item
    you are setting the background to none.

    Thread Starter marieteather

    (@marieteather)

    Thanks for coming back to me. So I tried

    #nav2 li.current_page_item a:hover { color: #343434;
    }

    but still noting happened. is there something else I should delete/edit too?

    Anonymous User

    (@anonymized-3085)

    that isn’t the same as
    #nav2 li.current_page_item

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text disappeared! / gone white?’ is closed to new replies.