Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #161145
    martystl
    Participant

    I added a feature slider, but each of the slides has “feature image – x”. How do I remove? In the feature slider (customizing, theme options, featured slider) I have image loader = false, select slider type = custom, display content = show excerpt, link I left blank, title I left blank, content I left blank.

    Web site is:
    http://www.larryg.com/mdwsa2/

    Thanks
    Marty

    #161156
    Skandha
    Participant

    @martystl: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Let me know if this works out!
    Kind Regards,
    Skandha

    #165849
    valelotartaro
    Participant

    Hello, I have the same problem , i put that css code but it does not work. I am using Fullscreen Pro theme.
    Kind regards, Valeria

    #165850
    valelotartaro
    Participant

    Hi , I added the word section and now it works. Thank you!
    #feature-slider-section .entry-title {
    display:none;
    }

    #165900
    Skandha
    Participant

    @valelotartaro: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

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