 
	
		
		
		
		
			
Hi,
Is there a way to add round corners on Promo Boxes through CSS?
Many thanks.
Hey sitesme!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_promobox {
    border-radius: 5px;
}Cheers!
Yigit
Super :)
Thank you Yigit!
One more thing please. How can I change the font size in all promo boxes? I need it to be 11px.
Many thanks.
Hi!
Please add following code to Quick CSS as well
.avia-promocontent p {
    font-size: 11px;
}:)
Regards,
Yigit
Superb :)
Thank you again.
