Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1175091
    Finestcityimprov
    Participant

    I have tried many of the solutions posted on the forum and still can’t get the behavior i am trying for. I want a 50% transparency black (not the opaque red) on this page:

    Instructors

    Here is my Custom CSS I am placing in the page:
    .x-recent-posts .x-recent-posts-img a:hover
    { background-color: rgba(0,0,0,0.5);
    }

    I can put it site-wide if need be.

    thanks!

    #1175125
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after{
        background-color: #000 !important;
        opacity: 0.50 !important;
    }

    Thanks.

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