How can I add a color border to a homepage section?

Hello,

I’m currently facing the problem that I’m not sure how to add a border to the section visible in the picture.

The theme I’m running is superstore. In order to make the category section stand out more I’d like to add the color #E3047C around it in a border.

I tried looking to other forum posts, but just can’t figure it out.

URL: www.bendyxl.nl

WW: Bendy1102

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.home-section--content.featured-collections--content {
border: 2px solid #E3047C!important;
}

hello @reggiepijls

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1624789135a1e13982 .home-section--content.featured-collections--content 
{
    border: 2px solid #E3047C !important;
}