• Resolved greenads

    (@greenads)


    How do I get rid of the text/title box in the slider when using the post option?

    It won’t let me leave in blank. Thank you.

Viewing 1 replies (of 1 total)
  • what you can do is enter in anything and add this to your Css file it will won’t display. If you don’t know where the CSS file its under appearance/editor/ and should be at the bottom right

    ADD THIS CODE

    .slide-text-bg1 h2 {
    display: none !important;
    }

    .slide-text-bg2 span {
    display: none !important;
    }

    .slide-btn-area-sm {
    display: none !important;
    }

    karn

Viewing 1 replies (of 1 total)
  • The topic ‘Text Box Title In Slider’ is closed to new replies.