Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103359
    Noell-Design
    Participant

    How do I remove the text in the slider?
    It referes to three different menus, but I’m mostly interested in losing the text in the slider, so pictures are only showing.

    Thank you in advance 🙂

    #103398
    Mahesh
    Keymaster

    @noell-design: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .slides .entry-container {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Text in the slider’ is closed to new replies.