• Resolved kostasmic21

    (@kostasmic21)


    Hi. I would like to know if i could hide the title and the black line from the images.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please add this CSS rule from below to “Gallery -> Other Options -> Styles” to hide the caption and the black line entirely:

    .sl-wrapper .sl-image .sl-caption {
        display: none !important;
    }
    • This reply was modified 6 years, 3 months ago by Mihai Ceban.

    hi, this works fine !

    but not on mobil ! can you fix it please ?

    Hi @angeli79,

    The CSS rule provided should apply no matter of the screen width so it should hide the title on mobiles too.

    Perhaps, you need to clear your mobile browser’s cache and try again to make sure that the CSS rule is applied.

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

The topic ‘Hide titles’ is closed to new replies.