0

I have a wordpress design using te twenty twelve theme. I have set the text of the main navigation tabs to a blue color. However when I click on these nav links, the text temporarily changes to black before loading the target page. I need them to stay blue the whole time (for designing purposes).

I have tried:

.main-navigation li, 
.main-navigation li a:hover, 
.main-navigation li a:visited, 
.main-navigation li a:active, etc etc etc{
     color:#58838f;
}

But no luck. Website is https://knows.online. Please click on the navigation links and then take out the mouse quickly before the next page load, the links turn to black, you will see what I mean.

Please help. Thank you

karlosuccess
  • 843
  • 1
  • 9
  • 25
  • 1
    maybe you have forgotten `a:focus`? i see this rule that might apply when link is clicked, if not overriden by your rules: `.main-navigation li a:hover, .main-navigation li a:focus { color: #000; }` (style.css:1543) – Kaddath Jul 07 '17 at 08:50
  • @Kaddath YOU ARE THE MAN!!!! I have been struggling with this for hours XD Thank you very much!!!!!!!!! – karlosuccess Jul 07 '17 at 09:02
  • you're welcome, always glad to help! – Kaddath Jul 07 '17 at 09:03

0 Answers0