• In my blog posts, the anchor texts for links are showing up white. And in my woo commerce store anchor texts are showing up black, so you can’t tell it’s a link. Can you tell where in the css I can change this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bruc3y

    (@bruc3y)

    So this is how you change the links font in pages/posts:

    #article p a {
    	color: #8DB529;
    }
    
    #article p a:hover {
    	color: #141414;
    }

    Hopefully you fix this in future updates because hyperlinks are invisible as is.

    Still working on woo commerce

    Thank you for posting this info. I am new to this and have spent a whole day trying to fix this problem in this theme. Can you tell me in which section of the table of contents in the css I should insert that? I tried correcting the #article p a { in Section 4 Blog Styles, but it didn’t fix it for me.

    Thread Starter bruc3y

    (@bruc3y)

    Anywhere, but you should make a child theme. It’s easy and there are really good guides on why and how to do it. Just google: WordPress child theme.

    Thanks for your help and your tenacity to find a fix! I really liked the way this theme looked, but thought I was going to be forced to switch just because hyperlinks are invisible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Anchor texts are white’ is closed to new replies.