Can you provide me with some Quick CSS to remove the thin border line around the promo box? Thanks!
Actually, on second thought, can you provide me some Quick CSS to change the color of the thin border line around the promo box to match my theme color #018db0 Thanks!
Hi!
Please add following code to Quick CSS
.av_promobox {
border-color: #018db0!important;
}
Best regards,
Yigit
Thank you very much! Resolved.