• Resolved kevinziegler

    (@kevinziegler)


    After one of the latest updates suddenly all the pictures showed captions. Is there a CCS/PHP code to disable all captions and social sharing?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kevinziegler,

    The easiest way to remove them is to go to Modula > Galleries > edit the gallery in question > scroll down to Captions > and turn on ‘Hide Caption’ and also turn on ‘Hide title’ if you want the title hidden as well.
    You can also disable the social links from the gallery Settings.

    But if you want to do this for all your galleries you can add this code in Appearance > Customize > Additional CSS:

    .modula .modula-item .jtg-title, .modula .modula-item .description, .modula .modula-item .jtg-social {
    	display: none;
    }

    Warmly,
    Mihaela

    Thread Starter kevinziegler

    (@kevinziegler)

    @mplusb thanks a lot – worked like a charm

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

The topic ‘Disable Caption CSS’ is closed to new replies.