• I’d like to remove the black box from the slider on my magazine homepage. I would only like the featured image shown on the slider without the black box and text blocking the image. Is this possible?
    Thanks for any help or feedback.
    My site is at https://imsimplyadad.com/

Viewing 1 replies (of 1 total)
  • You can add this code to your Child Theme style.css file, or by using a Custom CSS plugin.

    .slide-entry {
        display: none;
    }

    This will hide the black content element which also contains the title.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Black Box and text from Featured Post Slider’ is closed to new replies.