Filter drawer shadow color

Solved

Filter drawer shadow color

vvyan
Excursionist
24 0 10

Hello,

How can i change the color of the Search and Filter drawer shadow? I've input different code and i cant seem to get it right. Seems to only be an issue when viewing on mobile. pic attached below.

url:

a2d014-b6.myshopify.com

pass:

test99

 

red shadow.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10137 2405 3039

This is an accepted solution.

Hi @vvyan 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

form#FacetFiltersFormMobile {
    background-color: #0000007f;
}

 

And Save. 

Result:

Made4uoRibe_0-1724274723698.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10137 2405 3039

This is an accepted solution.

Hi @vvyan 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

form#FacetFiltersFormMobile {
    background-color: #0000007f;
}

 

And Save. 

Result:

Made4uoRibe_0-1724274723698.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
vvyan
Excursionist
24 0 10

thank you! this worked great!