What's your biggest current challenge? Have your say in Community Polls along the right column.

Dawn template: Overlay colour when I click on "filter".

Solved

Dawn template: Overlay colour when I click on "filter".

Angela86
Excursionist
28 1 4

Hello,
I just want to become darker when I click "filter" 

 

And not like the following:

Angela86_1-1712023788467.png

 

I want like this:

Angela86_0-1712023788562.png

 

This only happens when I click on "filter" which you can find it from the main page---> click on "Single Origin" ----> on the top of the corner of the photos we can find "filter", when you click on it, it opens the window to filter and the background is pink. And I want to change it darker as the last picture.

url: www.doecoffee.com
Thank you,

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

This is an accepted solution.

Hi @Angela86 

Go to your Online Store > Themes > Edit code > open theme.liquid file, add this code after <head>

 

<style>
.mobile-facets {
background-color: #00000078 !important;
}
</style>

Screenshot 2024-04-02 at 09.40.00.png

Best Regards,

Dan from Ryviu

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 4 (4)

wo
Shopify Partner
188 42 40

Find the component-facets.css file and modify the following code

wo_0-1712024339360.png

 

.mobile-facets {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
}

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

This is an accepted solution.

Hi @Angela86 

Go to your Online Store > Themes > Edit code > open theme.liquid file, add this code after <head>

 

<style>
.mobile-facets {
background-color: #00000078 !important;
}
</style>

Screenshot 2024-04-02 at 09.40.00.png

Best Regards,

Dan from Ryviu

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Angela86
Excursionist
28 1 4

Thank you @Dan-From-Ryviu !!! It works! 🙂

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

You are very welcome!

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.