Archived topic
Code to add a dropshadow
1 reply · Started by Chanaka on March 23, 2023
Viewing posts 1–2 of 2
Hello, can someone provide the code to add a dropshadow below my header like in auxx.me
Hi there,
Try this CSS:
.site-header {
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
Learn how to add CSS: https://docs.generatepress.com/article/adding-css/
You can customize the shadow style by using a site like this:
https://www.cssmatic.com/box-shadow
Let me know if this helps :)
This archived topic is closed to new replies.