Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161801
    Stuart
    Participant

    Hi, I’m looking to globally change the hover colour of my blog post thumbnails.
    I’d be grateful if you could check out my site, and scroll halfway down to the ‘News and Events’ section. I want to change the purple hover colour of the blog post thumbnails.

    Thanks!

    #1161836
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-recent-posts .x-recent-posts-img:after {
        background-color: #000;
    }

    Hope it helps 🙂

    #1162526
    Stuart
    Participant

    Great, thanks, that works on the home page for the recent posts section.

    I would also be grateful for code to change the image hover colour on the News page.

    Thanks again.

    #1162589
    Christopher
    Moderator

    Hi there,

    Please add this code too :

    .entry-thumb {
        background-color: #000;
    }

    Hope it helps.

    #1164118
    Stuart
    Participant

    Brilliant, thanks, that worked.

    #1164326
    Christian
    Moderator

    You’re welcome. Glad we could help 🙂

  • <script> jQuery(function($){ $("#no-reply-1161801 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>