Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Shadow for Featured Image

  • I added this CSS in the ‘Additional CSS’ customize section to apply to all Pages, as you can see HERE but for some reason it’s flowing through to my Oak Tree page, but not to my Fern Tree page here, and I don’t understand why.

    .page-id-14815 figure.gb-block-image.gb-block-image-8b182043 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important
    }

    Could you help me? Thanks!

  • Hi there,

    If you look at your CSS, it has a selector .page-id-14815 which targets that specific page (Oak Tree) only.

    I believe this would work:

    figure.gb-block-image.gb-block-image-8b182043 {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important
    }
  • Oh thank you so much!

  • No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.