Home Forums WoodMart support forum Promo banner & Banner carousel button edit

Promo banner & Banner carousel button edit

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #565046

    hrabanekjakub
    Participant

    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.

    #565355

    Hung Pham
    Participant

    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,

    #565359

    hrabanekjakub
    Participant

    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

    #565424

    Hung Pham
    Participant

    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,

    #565627

    hrabanekjakub
    Participant

    Thank you

    #565698

    Hung Pham
    Participant

    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,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Promo banner & Banner carousel button edit’ is closed to new replies.