css from button is not changing, why ?
-
Hello,
I’ve changed the css of a button on the homepage but it’s not working.
Could you please tell me why is so ?
Thank you so much,
Lorene
Attachments:
You must be
logged in to view attached files.
Hello,
Set the marHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.home .btn.btn-style-link,
body.home .button.btn-style-link{
color:red;
margin-bottom:40px;
text-transform:lowercase;
}
Change the values as per your needs.
Best Regards