Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I Want Here Black Background Instead Of Transparent.. it's Shown In Video I Hope You Understand It
URL: https://theindianvastr.com/collections/all
Solved! Go to the solution
This is an accepted solution.
div#QuickAddInfo-7570456444990 {
background: #000;
}
This is an accepted solution.
.quick-add-modal__content-info {
background: #000 !important;
}
That's works for me, where you tried to add the css?
This is an accepted solution.
try to add it to the file quick-add.css
.section-template--15594002677822__product-grid-padding {
background: #000;
}
Where To Paste
Click on edit code of your theme -> search base.css and then past it there.
I Want Black Background On Pop Up Page
This is an accepted solution.
div#QuickAddInfo-7570456444990 {
background: #000;
}
Now Working
please mark my answer as resolved 🙂
as solution *
Sir Not Working
This is an accepted solution.
.quick-add-modal__content-info {
background: #000 !important;
}
That's works for me, where you tried to add the css?
I Had Added In Base.css But Still Not Working
This is an accepted solution.
try to add it to the file quick-add.css
Worked Thank You So Much
Hi @Tal19
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
@media (max-width: 767px){
div#ProductGridContainer {
background: black !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!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Not Working
I Want Black Background On Pop Up Page