Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1003395
    Joshua
    Participant

    Using Ethos and working on the blog archive page. What is the CSS selector for the hover effect color?

    It looks like it’s some variation of

    .entry-thumb > a > span::before

    But I’m not having any luck figuring out where to add the “:hover”.

    Thanks for the help,

    Josh

    #1003574
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.entry-thumb:before {
        background-color: rgba(255,0,0,0.75);
    }

    Hope it helps.

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