Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #589413

    Hello,

    I am trying to add 3px radius to promox on all pages in my site with the following css:
    .av_promobox {
    border-radius: 3px;
    }

    This doesn’t work, neither does adding !important or this:
    .av_promobox avia-button-yes avia-builder-el-47 avia-builder-el-no-sibling {
    border-radius:3px !important; }

    Can you please provide a solution?

    #590147

    Hey ckwellington,

    Do you mean the 5 items under Built on Your Lot? If so I can see a border and radius on them. If that is not what you are referring to then please post a screenshot of the items you would like to add a radius to.

    Thanks,
    Rikard

    #590299

    No, I’m talking about the promo box with button down below the gold area. Thanks.

    #591344

    Hi,

    Ok, please try the following CSS:

    .home .av_promobox {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    }
    

    Regards,
    Rikard

    #591806

    Worked like a charm! Thanks!

    #592396

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.