Promo banner & Banner carousel button edit
-
Hello,
is there a way to customize the Promo Banner & Banner carousel button style? Does not seem to be affected by the global settings as well as I can’t set any hover colors etc.
Thanks you very much for letting me know.
Hi hrabanekjakub,
Thanks for reaching to us.
First of all, I’m really sorry have taken long time to reply you due to the weekend.
Go to Theme Settings > Typography > Advanced. In this area, you can assign elements like screenshot https://prnt.sc/68OaMdRnoO0Q
.banner-btn-wrapper .wd-button-wrapper a:hover
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,
Hello Huang,
while this is great for changing the font and hover color of the font inside of the button, I still can’t customize the button itself. I’d like to change the background color, background hover color and add solid border to the button.
Thanks
Hi hrabanekjakub,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.banner-btn-wrapper .btn.btn-color-default {
background-color: #fff;
color: #000;
}
.banner-btn-wrapper .btn.btn-color-default:hover {
color: #fff;
box-shadow: none;
}
Regards,
Hi hrabanekjakub,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Promo banner & Banner carousel button edit’ is closed to new replies.