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

#202043

Hello,

I have visited the URL you attached. To Make the white transparent like the URL. Replace the previous CSS with the following in the Global Custom CSS area under Theme Settings.

.promo-banner .banner-btn-wrapper .btn {
background: rgba(255, 255, 255, 0.72);
color: #494949;
}

Best Regards.