Re: Dawn Template: I want to remove Overlay colour

Solved

Dawn Template: I want to remove Overlay colour

Angela86
Excursionist
28 1 4

Hello, 
I want to remove the pink overlay, it appears when I select a product and then "choose options" as you can see as follow:

Captura de pantalla 2024-05-06 a la(s) 10.21.39 p.m..png

The same happen I clicked the navigation: the three horizontal lines.

Captura de pantalla 2024-05-16 a la(s) 5.04.32 p.m..png

www.doecoffee.com

I want both only to be darker without any colour.

Thank you for your help in advance! 


Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 297

This is an accepted solution.

Hi @Angela86 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save



quick-add-modal, .header__icon--menu[aria-expanded='true']::before {

    background: #00000073 !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

Angela86
Excursionist
28 1 4

Same happen when I click on the navigation: "The three horizontal lines"

Captura de pantalla 2024-05-16 a la(s) 5.02.00 p.m..png

Sandro_J_Monte
Shopify Partner
9 0 5

Open the quick-add.css template under assets folder and find the .quick-add-modal somewhere in the lines 12 to 24 and replace it with the code below. If you want lighter overlay decrease the background alpha from .5 to like 0.3 or if you want to make more darker increase it to like .7

.quick-add-modal {
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 100%;
}

 

I'm a Shopify obsessed and workaholic for more than 10 consecutive years work as Senior Shopify Developer. Any Advance Theme Customization and Tailored Theme development just contact me. Very low cost charge but high quality and optimized deliverable.

PageFly-Henry
Shopify Partner
1184 335 297

This is an accepted solution.

Hi @Angela86 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save



quick-add-modal, .header__icon--menu[aria-expanded='true']::before {

    background: #00000073 !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PageFly-Henry
Shopify Partner
1184 335 297

Your store looks great, and your products are impressive! Even though I'm not a caffeine enthusiast, I found myself wanting to buy your products, lol. Well done!I took a quick look at your collection and have a small suggestion: for the hover image on your product, you might want to consider using a picture of coffee beans. This could enhance the appeal by giving customers a closer look at the quality of your coffee beans. Also, make sure the thumbnail images are consistent to make your site look more polished and professional.

 

PageFlyHenry_2-1715908731367.png

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Angela86
Excursionist
28 1 4

Hey Henry,
Thank you so much to take your time to give me a feedback of the website. I will communicate to the team to take picture of the beans.
I will see how I can change the thumbnail images and show the different kind of product.
Thanks again for your feedback! 🥹🥹🥹

PageFly-Henry
Shopify Partner
1184 335 297

Yeahhh,  you are welcome @Angela86 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.