Solved

How do i edit overlay css on specific slideshow

max78
Visitor
2 0 2

I would like to have a darker overlay on just one slideshow section on my homepage. I tried adding this to the bottom of the theme.css file, but it didn't work:

div#shopify-section-162445333596e5e839 .hero__overlay::before {
background-color: black;
opacity: 20;
}

Screenshot 2021-06-24 at 10.12.07.png

 

https://alfaoutdoor.se/

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@max78 

great thanks for visible can you please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-162445333596e5e839 .hero__image-wrapper:before, .hero__media:before {
background-color: #000000;
    opacity: 0.2;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
36839 3635 11972

@max78 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

i have check at home but i can't see this section can you please show me 
I will check out the issue and provide you a solution here.

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
max78
Visitor
2 0 2

The section should be visible now

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@max78 

great thanks for visible can you please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-162445333596e5e839 .hero__image-wrapper:before, .hero__media:before {
background-color: #000000;
    opacity: 0.2;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing