Archived topic
Gradient colour button not working on static homepage
1 reply · Started by Sheree on January 25, 2020
Hi there!
I have some custom CSS on my site to give my buttons a gradient colour setting. I recently just changed from a blog homepage to a static page that I built in Elementor. Here the button is not displaying with the gradient as the others should. How can I fix this?
Thanks,
Hi there,
You could try CSS like this:
a.elementor-button {
background-color: #000 !important;
}
If this doesn't work, please check with their support to see how you can implement the gradient color you have in mind to all the buttons coming from them.
Let me know if this helps :)