Home Forums WoodMart support forum PROMO BANNER "Button text" Reply To: PROMO BANNER "Button text"

#201044

Hello,

I have visited your website. The Code I provided you was an example from my test site. That’s why it has not worked.

Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

#wd-5eda434c162f8 .btn.btn-color-default {
background: transparent;
}

For the text color on hover use the following Custom CSS.

#wd-5eda434c162f8 .btn.btn-color-default:hover {
color: white;
}

Best Regards.