Links are turning white in live view

Hello! When I am editing the header, everything looks normal, but when I view the site, the links in my header are turning white.

You can see it here: http://regalaviation.com/

Any idea why?

Thanks,
Todd

Hi Todd,

Thanks for reaching out.

The reason why the header links are turning white because in your Pro > Theme Options > CSS, you define a{} selector as white, please remove that code.

Hope that helps.

Thank you.

I see that in the Inspector, but when I’m logged in, there’s nothing in my options that indicates that.

Hi Todd,

To better help you with your problems, we need to check your admin panel. To do that, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

Hey there, Marc. I don’t see a Secure note option.

Hi @applesandarrows,

I couldn’t also see the CSS code in the theme option but upon checking your link in the customize tab, you added some code like this one:

# headerlink a {color: #2576A7;}
image

The code above is almost correct, just a simple syntax on declaring the CSS. There should no space between the # and headerlink to make your CSS works. The code should look like this:

#headerlink a {color: #2576A7;}

Please update your code. Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.