This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Brian Johnson
Hi
How can I change the button style on the products page? (white to black) hover
see: http://smooff.serv11.powerhosting.dk/?post_type=product
I need it to be the same as on “Single product page” (black to orange) hover
see: http://smooff.serv11.powerhosting.dk/?product=smooff
Hello
Please add this code into the custom.css:
.product-details .btn{border:none;background-color:black;color:white; -webkit-transition: color 0s linear!important;
-moz-transition: color 0s linear !important;
-ms-transition: color 0s linear !important;
-o-transition: color 0s linear !important;
transition: color 0s linear !important;}
.product-details .btn:hover{background-color:orange;color:white;border:none;-webkit-font-smoothing: antialiased !important;
-webkit-transition: background 0.25s ease-in !important;
-ms-transition: background 0.25s ease-in !important;
-o-transition: background 0.25s ease-in !important;
transition: background 0.25s ease-in !important;}
With best regards
Brian Johnson
I works – thanks
You are always welcome!
With best regards
Brian Johnson
The issue related to '‘change button style on products Page?’' has been successfully resolved, and the topic is now closed for further responses