• Awesome theme, after a week of searching this is the only theme I felt comfortable with!

    Here’s an issue tho, seems like Theme options -> Styling -> Link Colors don’t work for me

    If you check the website, although I have set the link/hover color to teal/darker teal, it’s inconsistent across the board:
    Meta tag link below the post name is just blue on hover
    Read more link on the body behaves as expected
    Read more link on the widget is black by default and light teal on hover

    Is it an isolated issue I am facing or some bug?

    Best Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Firstly, thanks for using the Zakra theme.

    Regarding the issue, I just checked and there seems an issue on the widget link and meta tag hover color as you said. We’ll be checking this on detail and fix it on the upcoming update. For now, please add this CSS in Customize > Additional CSS:

    a {
        color: #00aaaa;
    }
    a:hover {
        color: #027e7e;
    }

    Finally, please let us know if you got more issues like this. We would love to hear them and fix in the theme. ??

    Thread Starter ubicray

    (@ubicray)

    Thanks for getting back!
    When I apply that it also changes the color for post titles tho, and I’d like to keep those ones black
    Any idea how to avoid that?

    Please replace the previous CSS with this:

    a {
        color: #00aaaa;
    }
    a:hover {
        color: #027e7e;
    }
    .entry-title a {
        color: #16181a;
    }
    .entry-title a:hover {
        color: #027e7e;
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inconsistent link color’ is closed to new replies.