Site logo

[Resolved] Links turn black

Home Forums Support [Resolved] Links turn black

Home Forums Support Links turn black

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1271763
    Luke

    When I hover over the links in my articles they turn black (instead of remaining blue) and they remain black when I click them. I need to click somewhere in the article again in order for the link to turn back blue.

    #1272398
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link us to your site so we can take a look?

    Let me know 🙂

    #1272671
    Luke

    If you click on any of the links which say “click here to learn more” in the tables you will see that they turn black and remain black once you clicked on them. You need to click again somwehere on the page to make the link blue again. I want the links to be blue all the time.

    #1272720
    Leo
    Staff
    Customer Support

    Try this CSS:

    a:hover, a:focus, a:active {
        color: #1e73be;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1272750
    Luke

    It looks like it’s working. Thanks.

    #1272751
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.