Home › Forums › WoodMart support forum › Product Page not loading button & title styles › Reply To: Product Page not loading button & title styles
March 18, 2021 at 6:59 pm
#274663
Elise Noromit
Member
Hello,
I can see the buttons and prepared the code for them. However, I cannot find the title to change: https://gyazo.com/fc5feb917868782f33cd76b586f9cb71
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .btn.btn-color-default {
background-color: #2b3a67;
color: #ffffff;
}
body.single-product .btn.btn-color-default:hover {
background-color: #699acf;
color: #ffffff;
transition:.25s;
}
body.single-product .btn.btn-scheme-hover-light:hover {
background-color: #699acf;
transition:.25s;
}
body.single-product .btn.btn-scheme-hover-light {
background-color: #2b3a67;
}
Best Regards