• Resolved sirdrgonzo

    (@sirdrgonzo)


    Hi there, I am trying to find the settings where I can remove the captions from gallery images. When going to the mobile view, the caption is covering up most of the image, I’d rather just remove the whole caption. Please advise

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    I am guessing that you want to remove the captions from the Simple Lightbox.

    You can hide the text captions from SimpleLightbox by adding the following CSS rule to “Gallery -> Other Options -> Styles”

    
    .sl-wrapper .sl-image .sl-caption {
        display: none !important;
    }

    Hello, I want to delete it, what does it look like?

    /*
    CSS Name: Default Styles
    Description: NextGEN Default Gallery Stylesheet
    Author: Imagely
    Version: 2.13
    
    .sl-wrapper .sl-image .sl-caption {
        display: none !important;
    }
    
    This stylesheet is provided to allow users the ability of overriding the default styles for all display types
    */
    Plugin Support Mihai Ceban

    (@mihaiimagely)

    You seem have added the CSS rule in the comment area. Please make sure to add it below the */ line

    • This reply was modified 5 years, 1 month ago by Mihai Ceban.

    Ok now works ?? Many thanks for fast help. Have a nice day ??

    Thread Starter sirdrgonzo

    (@sirdrgonzo)

    Thank you for your quick support. This worked like a charm!

    Thread Starter sirdrgonzo

    (@sirdrgonzo)

    Another question, when the single image is opened in the web or tablet view, when you click on the x (top right) to close, you have to click on it twice before it responds. Is this caused by a setting that I could disable? Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove the captions from gallery images’ is closed to new replies.