How to remove title from slider

Home Forums Blog Express How to remove title from slider

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4555
    Anonymous
    Inactive

    Hello,
    I am using the featured slider on my homepage but cannot seem to get rid of the title displaying on each slide.

    #4556
    Axle Support
    Moderator

    Hi @tmstukkie

    Please go to Appeareance -> Customize -> Additional CSS and add CSS provided below to hide slider caption.

    .blog-express-featured-slider .slide-caption {
        display: none;
    }

    You can reply in the same thread if there is anything more we can help you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.