• Resolved wddossett

    (@wddossett)


    Hi, I have a gallery in the Neve them and I added captions to the pictures in the gallery. I have been trying to change the size of the text to make it larger and a little easier to read, but I can’t seem to figure out how. I have tried adding things from other peoples questions to CSS, but it either is invalid or else doesn’t do anything… I am not sure if this is specific to Neve or just a wordpress thing. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @wddossett,

    Please share the page URL where I can see the gallery with captions.

    Thread Starter wddossett

    (@wddossett)

    I can’t, its a private site. Its just a standard gallery with captions… I would like to make the text bigger.

    Kush

    (@kushnamdev)

    Hey @wddossett

    In that case, can you please try the following CSS code?

    Add this to the Customizer> Additional CSS section and see if it helps.

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        font-size: 30px;
    }

    P.S – you can adjust the font size accordingly.

    Have a great day!

    OMG THANK YOU!

    I have been trying to change the gallery caption size for actual years…everything I tried affected only the main captions, but the so-tiny-only-ants-can-see-it captions on the gallery I had to live with. (why oh why WordPress is the default SO unreadable?)

    Really WordPress needs to sort out stuff like that if it wants true Full Site Editing…caption typography needs to be in the block. I shouldn’t have to hack advanced CSS just to change a caption size?

    • This reply was modified 2 years, 2 months ago by timbearcub.
    • This reply was modified 2 years, 2 months ago by timbearcub.
    Kush

    (@kushnamdev)

    Hey @wddossett

    I’m glad I could assist, and thank you for confirming that it was resolved.?.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change gallery caption text size’ is closed to new replies.