-
heathery725
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 }
-
heathery725
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.