Crave theme – remove content border (apart from slideshow)

Hi there,

How do we remove the content border on CRAVE – we want to just keep it on the top slider, but removed from all other sections on pages?

A developer did this for us previously but we are now updating the theme: see below,

Hi [email removed]Danielhinde,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

:root{
    --media-border-width:0 !important;
    --text-boxes-border-width:0 !important;
    --card-border-width: 0 !important
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.slideshow__text--left.slideshow__text-mobile--center{
border-width:5px !important
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Legend – thanks Victor!