I Want Here Black Background Instead Of Transparent.. it’s Shown In Video I Hope You Understand It
.section-template--15594002677822__product-grid-padding {
background: #000;
}
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
Not Working
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
div#QuickAddInfo-7570456444990 {
background: #000;
}
Now Working
please mark my answer as resolved ![]()
as solution *
Sir Not Working
try to add it to the file quick-add.css
Worked Thank You So Much




