This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
My theme is Royal
Hi I want to change the colour of all the buttons in my website. They are currently a very dark and dull grey, even the page numbers are that way in shop page.
I want to make them the green colour in my theme.
Also, the global custom css in royal options are not working, I am not able to add any custom css.
Please help
Hello,
We have added below code to your custom CSS to change the color of the dark buttons and it works fine
.product-information .single_add_to_cart_button, button, .button, input[type=button], input[type=submit],
.wishlist_table .add_to_cart.button, .btn-black, .btn.btn-black,
.subscription-toggle, .btn.filled, .pagination-cubic li span.page-numbers.current{
background: green;
color:#fff;
}
.pagination-cubic li a:hover {
background: #3f9912;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up