• Resolved Li-An

    (@li-an)


    Hello, if a title gets a link, background color (yellow) is the same as the text (yellow) so it’s hard to read the text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    You can try to change the color for the link, using this CSS:

    
    .entry-title a {
        color: #11679a;
    }
    

    Replace the hex color as you want and see how it goes.

    You can add the CSS in Appearance → Customize → Additional CSS.

    Alin
    Pixelgrade

    Thread Starter Li-An

    (@li-an)

    Thanks. Not exactly what I was searching but I finally founded

    .entry-content > h2 > a {color:black;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS? title link problem’ is closed to new replies.