Hi,
is it posible to give some layout boxes a shadow.
I tried this from another post, but it makes the shadow on every layout box:
i put this in a code block:
<style type = “text/css”>
.flex_column {
box-shadow: 10px 10px 10px #666;
}
</style>
I want to make some teaser boxes with shadow not for all layout boxes.
Thank you for helping!
Hey Luisgasser,
Can you give the link to the page mentioned? and point also the teaser boxes.
Best regards,
Nikko
Hi Nikko,
here it is:
So is there a way to make the shadow on specific boxes. in my example you can see the teaser box – but i don’t want the shadow on the headline box.
Thank you for helping!
Hi,
Try using this css code:
.page-id-734 #after_full_slider_1 .flex_column.av_one_third {
box-shadow: 10px 10px 10px #666;
}
Hope this helps :)
Best regards,
Nikko
works great – thank you!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko