[Support request] Changer hover links colors

Home Forums Support [Support request] Changer hover links colors

Home Forums Support Changer hover links colors

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2282871
    steven

    Hi there,

    i woudl like change the hover link colors for the the block (wp-block-latest-posts__lis)

    Thanks you

    #2282910
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2283008
    steven

    yes !

    #2283080
    Fernando
    Customer Support

    Hi Steven,

    You can modify link colors through Appearance > Customize > Colors > Content > Link.

    If you would like to change the color of WP Latest posts links uniquely, here’s a CSS you may try adding through Customize > Additional CSS:

    ul.wp-block-latest-posts a.wp-block-latest-posts__post-title {
        color: #00aa55aa;
    }

    Kindly let us know how it goes.

    #2283114
    steven

    Hi Fernando, thanks for your message, but i want to change color hover.

    #2283115
    Fernando
    Customer Support

    I see. Try this instead:

    ul.wp-block-latest-posts a.wp-block-latest-posts__post-title:hover {
        color: #00aa55aa;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.