Remove border around classic promo

Hello,
I found a previous tread asking how you remove the border around the classic promo.

You can add following CSS under Pro > Launch > Theme Options > CSS to remove border from promo content. In theme option, I don’t have the CSS option.

I have added in customisation as a global CSS, but the border hasn’t been removed from my page.
Any further suggestions, please?
Thank you
Dafydd

Hi Dafydd,

Please try this code:

.x-promo {
    box-shadow: none;
    border: 0;
}

You can find the Global CSS option on the left panel of the Theme Options.





Hope this helps.

Thank you.
Works perfect

Glad to hear that, Dafydd. :slight_smile:

Have a nice weekend.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.