How can I change colour background of add bar?
Link: https://alpadadoors.com/products/5x-lite-interior-steel-glass-door-1
Pass: yewyew
How can I change colour background of add bar?
Link: https://alpadadoors.com/products/5x-lite-interior-steel-glass-door-1
Pass: yewyew
@Daniil_P13 - please add this css to the very end of your theme.css file and check
.product-sticky-bar.is-visible {background-color: #fff;}
Hey @Daniil_P13
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Daniil_P13 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
product-sticky-bar.product-sticky-bar.is-visible {
background-color: #ffff !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hello @Daniil_P13
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @Daniil_P13
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 theme.css
Step 3: Paste the below code at bottom of the file → Save
product-sticky-bar.product-sticky-bar.is-visible {
background: wheat !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly