How to hide the text section under Slide?

  • Author
    Posts
  • #40339
    snowy
    Power User

    Hi
    Is there a way to hide the text section (nivo-caption) under the slide of the presentation page?
    Our slide images already include texts and we don’t have texts to go with the slides.

    Thanks for your help in advance.

    • This topic was modified 8 years ago by snowy.
    • This topic was modified 8 years ago by snowy.
    #40688
    Zed
    Cryout Creations mastermind

    If you’re using post-generated slides, use this custom styling to hide the captions:

    body .nivo-caption {
        display: none !important;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to hide the text section under Slide?’ is closed to new replies.