Suppress Gallery Captions
-
Hi everyone,
I used this code (copied from here) to suppress captions in gallery previews altogether. although in a very crude way:
// Gallery captions .wp-block-gallery .blocks-gallery-item figure { flex-direction: column; } .wp-block-gallery .blocks-gallery-item figcaption { font-size: 0px; }
What would be a more appropriate way of doing this? I’m not sure how I can find all the possible parameters in the documentation for .blocks-gallery-item figcaption. Can you direct me to the right documentation?
thanks, geb
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Suppress Gallery Captions’ is closed to new replies.