Adding a border to section on homepage

reggiepijls
Tourist
7 0 4

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.

reggiepijls_0-1626803313944.png

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

URL: www.bendyxl.nl

WW: Bendy1102

 

Replies 2 (2)

ZestardTech
Shopify Expert
5393 970 1291

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Kinjaldavra
Shopify Partner
2302 570 1422

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;
}