Home › Forums › WoodMart support forum › PROMO BANNER "Button text" › Reply To: PROMO BANNER "Button text"
June 9, 2020 at 12:04 pm
#202043
Aizaz Imtiaz Awan
Keymaster
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.