Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #161463
    triptych
    Participant

    I would like to remove the text box from obstructing the images on the Featured Slider. I do not need text there. Nor do I need it to link anywhere. I just want to have an image slideshow on the home page. Please tell me how I can accomplish this.

    Thank you.

    John

    #161474
    sapana
    Participant

    @triptych: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #feature-slider-section .slider-content-wrapper {
        border-color: none;
        display: none;
    }

    Let me know if this help you out!

    Kind Regards,
    Sapana

    #161480
    triptych
    Participant

    That worked perfectly. Thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Text Box from Featured Slider’ is closed to new replies.