Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #902496
    cjerryme
    Participant

    Hi there.

    Please see attached file.

    Is it possible to customize the translucent black color?

    Not really a big deal but it would be great if it could be customized to complement the site theme colors.

    Thanks.

    P.S. it’s renew stack…

    #903334
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To customize the color for the featured image icon when hover in the blog/archive page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child themeโ€™s style.css (if you are using a child theme)

    .site .entry-thumb:hover:before {
        color: blue;
        background-color: #fff;
    }
    
    .site .entry-thumb:hover {
        background-color: red;
    }

    And if ever you also want to change the recent posts elements when you hover it, you can make use of this code:

    .site .x-recent-posts .x-recent-posts-img:before {
        color: blue;
    }
    
    .site .x-recent-posts .x-recent-posts-img:after {
        background-color: red
    }

    Hope this helps. Kindly let us know.

    #905044
    cjerryme
    Participant

    Hi.

    It works.

    Thank you.

    ๐Ÿ™‚

    #905844
    Thai
    Moderator

    Glad it worked ๐Ÿ™‚

    If you need anything else please let us know.

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