How To Add Black Background Here!?

I Want Here Black Background Instead Of Transparent.. it’s Shown In Video I Hope You Understand It

URL: https://theindianvastr.com/collections/all

.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

I Want Black Background On Pop Up Page

div#QuickAddInfo-7570456444990 {
    background: #000;
}

Now Working

please mark my answer as resolved :slightly_smiling_face:

as solution *

Sir Not Working

.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

try to add it to the file quick-add.css

Worked Thank You So Much