Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #170190
    ngrove123
    Participant

    Hi there,

    I’d like to remove the grey boxes on top of the images of the featured slider. How do I do that?

    #170197
    Skandha
    Participant

    @ngrove123: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .entry-container {
    		display:none !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #170219
    ngrove123
    Participant

    Thank you Skandha, yes that pretty much does it. There is now a single black line where the text box used to be, but it doesn’t really take away from the image. If you know how to get rid of the black line, that would be great, but the way it is now is also good enough for me. Thanks for your help.

    #170258
    Skandha
    Participant

    @ngrove123: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .slider-content-wrapper {
         border:0 !important;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    #170317
    ngrove123
    Participant

    Yes thank you so much you genius! Awesome.

    #170371
    Skandha
    Participant

    @ngrove123: Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-inspire/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Catch Inspire Pro Featured Slider Text Box’ is closed to new replies.