Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #575646

    Hi,

    Is there a way to add round corners on Promo Boxes through CSS?

    Many thanks.

    #575850

    Hey sitesme!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_promobox {
        border-radius: 5px;
    }

    Cheers!
    Yigit

    #575868

    Super :)
    Thank you Yigit!

    #575874

    One more thing please. How can I change the font size in all promo boxes? I need it to be 11px.

    Many thanks.

    #575878

    Hi!

    Please add following code to Quick CSS as well

    .avia-promocontent p {
        font-size: 11px;
    }

    :)

    Regards,
    Yigit

    #575881

    Superb :)

    Thank you again.

    #575886

    Hi!

    You are welcome, always happy to help :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Round corners on promo boxes’ is closed to new replies.