• Resolved roserey

    (@roserey)


    I have a gallery that shows title when hovered. is it possible to display/show the title in mobile without hover only in mobile view.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Miha

    (@mplusb)

    Hi @roserey,

    Please add this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 800px) {
    .photoblocks-gallery .pb-overlay {
    	opacity: 1 !important;
    }
    }

    Warmly,
    Mihaela

    Thread Starter roserey

    (@roserey)

    thanks so much

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

The topic ‘Title show on mobile’ is closed to new replies.