Archived topic
Button shadow
1 reply · Started by _blank on February 6, 2020
Viewing posts 1–2 of 2
can I add shadow to button!
like this https://amp.dev/
Hi there,
For the read more button?
If so try this CSS:
a.read-more.button {
box-shadow: 0 15px 35px -5px rgba(0,0,0,.25);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.