I was wondering if there is a way to round the corners (add a radius) of the promo box and outline (See attached images) so it looks like the sample promo box I have attached. I hope that makes sense.
Hey djshortkut!
Please add folllowing code to Quick CSS
.av_promobox { border-radius: 5px; }
Best regards,
Yigit
That worked perfectly! Thank you!