Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #89062
    Robert
    Participant

    Hi!

    I need some help please! How can I romove “slider1” text and the gray box from slider image?

    sziszi.com/wordpress/slider.png

    Thanks!

    #89093
    Pratik
    Keymaster

    Hi @Sziszi,

    To remove that box, just add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

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

    Let me know how it goes.

    Regards,
    Pratik

    #89100
    Robert
    Participant

    Hi!

    Thanks, it works!

    Sziszi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider image text’ is closed to new replies.