Slider issue

  • scottbrandis

    #3518

    http://anzballaz.com

    Hi, I’ve had an issue with my slider since last update. Previously, the slider would just show a small amount of text at the bottom, but now on some slides the text will take over the entire image. How can I fix this? Ideally I would love to just have the images as they are and the headline for the post but no option seems to allow me to do this.

    Mod

    Kenneth John Odle

    #24643

    Ideally I would love to just have the images as they are and the headline for the post but no option seems to allow me to do this.

    Do you mean no text at all, except for the headline?

    Add this to you child theme css or custom css:

    .slider_post_entry p {
    display: none;
    }

    scottbrandis

    #24644

    perfect. thank you for the quick response.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.