• Resolved gtstudio

    (@gtstudio)


    I want to include captions so I can link from them to a detail page but I don’t want the semi transparent background. I haven’t found a way to take this off. I’ve looked through the CSS but can’t see how it’s being added. Any help would be appreciated. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @gtstudio,

    Can you post a link to a page where the captions can be seen?

    — Anders

    Thread Starter gtstudio

    (@gtstudio)

    Hi Anders,

    Thanks for the response. There’s one on my homepage: https://www.grantturner.net
    It’s the semi-transparent tone behind the words “Bert and May”.
    GT

    Theme Author Anders Norén

    (@anlino)

    Hi @gtstudio,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { background: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter gtstudio

    (@gtstudio)

    Perfect! Exactly what I was after. Thanks so much for your help, I really appreciate it.
    Best wishes,
    GT

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Caption background’ is closed to new replies.