Archived topic
Box shadow under custom header
3 replies · Started by Max on November 29, 2019
Hey there,
I am using the lastest GP Premium and version of WP.
I would like to add some box shadow underneath my custom page header (it was customized using CSS, php, html). It should be page-wide and stretching across the whole width.
Could you tell me how to do it or show me where I can find a solution? Should I simply use the .page-hero selector?
Thank you in advance and best regards!
Hi there,
yes the page-hero selector would be the correct CSS class eg.
.page-hero {
box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.5);
}
Oh wow - it was that easy.
Thanks a lot for the quick reply!
You're welcome