Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1135947
    taurustheory
    Participant

    Hello, how can I Remove Post Title on Carousel Image
    Thanks

    #1136233
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1136999
    taurustheory
    Participant
    This reply has been marked as private.
    #1137184
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .h-entry-cover {
    display: none;
    }

    Hope it helps

    Joao

    #1137202
    taurustheory
    Participant

    Hello thank you but that didnt work, I’m trying to remove the Post Title overlay completely from the Carousel Post, please see attached file, thank you

    #1137319
    Darshana
    Moderator

    Hi there,

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

    
    .x-post-carousel .h-entry-cover {
        display: none;
    }
    

    Hope that helps.

    #1137366
    taurustheory
    Participant

    Thank You, Perfect

    #1137445
    Joao
    Moderator

    Glad to hear it,

    Joao

    #1137926
    taurustheory
    Participant

    Thank you, I have another Overlay question on my other site: How can I remove the overlay on the products so I can see my color swatches, thanks so much

    https://www.taurustheory.com/shop/

    #1137992
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To resolve this issue and hide the product overlay in the shop page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .archive.woocommerce li.product .entry-wrap {
        display: none;
    }

    Hope this helps. Please let us know how it goes.

    #1138408
    taurustheory
    Participant

    that worked, Thanks so much

    #1138483
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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