Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #130964
    Claire Fortune
    Participant

    I am currently designing our website on this theme and have an issue on the homepage slider where the slider is showing all the image titles in one long row over the image. I can’t find a way to stop this from happening, could anyone point me in the right direction?

    The issue can be seen here:

    http://www.casstechnologies.co.uk/WPTest/

    #130978
    Skandha
    Participant

    @Claire: If you want to remove the titles from the featured slider Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Let me know if this resolves your issue!

    Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Homepage Slider all image captions showing’ is closed to new replies.