Home Forums Pro Themes Clean Commerce Pro remove text overlay clean commerce pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52988
    Ron Townsley
    Participant

    How do you remove the text overlay on the featured carousel

    #53023
    wensolutions
    Keymaster

    Hello @krushinem,

    To remove the text overlay in the features carousel use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #featured-carousel .featured-carousel-item .featured-product-title span {
     background: none;
    }

    Hope this helps .

    Let us know if you have any confusion further .

    Best Regards!!

    #53161
    Ron Townsley
    Participant

    Thank you for your response. I would like for the words to not be there as well. thanks in advance.

    #53169
    wensolutions
    Keymaster

    Hello @krushinem,

    In order to completely remove the title form the post in feature carousel section use below given CSS.

    #featured-carousel .featured-carousel-item .featured-product-title {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    Have a good day .

    #53251
    Ron Townsley
    Participant

    great job thank you for your reply

    #53266
    wensolutions
    Keymaster

    Hello @krushinem,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-commerce/reviews/

    Best regards !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.