How To Add Black Background Here!?

Solved

How To Add Black Background Here!?

Emiway
Trailblazer
263 0 50

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

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

IMG_20240707_17584744.jpegIMG_20240707_17584142.jpeg

Accepted Solutions (3)
Tal19
Shopify Partner
144 27 32

This is an accepted solution.

div#QuickAddInfo-7570456444990 {
    background: #000;
}
Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Tal19
Shopify Partner
144 27 32

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?

Tal19_0-1720359192894.png

 

Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Tal19
Shopify Partner
144 27 32

This is an accepted solution.

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

Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Replies 17 (17)

Tal19
Shopify Partner
144 27 32
.section-template--15594002677822__product-grid-padding {
background: #000;
}
Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Trailblazer
263 0 50

Where To Paste

Tal19
Shopify Partner
144 27 32

Click on edit code of your theme -> search base.css and then past it there.

Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Trailblazer
263 0 50

IMG-20240707-WA0003.jpg

Emiway
Trailblazer
263 0 50

I Want Black Background On Pop Up Page

Tal19
Shopify Partner
144 27 32

This is an accepted solution.

div#QuickAddInfo-7570456444990 {
    background: #000;
}
Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Trailblazer
263 0 50

Now Working 

Tal19
Shopify Partner
144 27 32

please mark my answer as resolved 🙂

Need Shopify Development, Customization, or POS Support? PM Me!
Tal19
Shopify Partner
144 27 32

as solution *

Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Trailblazer
263 0 50

Sir Not Working 

Tal19
Shopify Partner
144 27 32

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?

Tal19_0-1720359192894.png

 

Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Trailblazer
263 0 50

I Had Added In Base.css But Still Not WorkingIMG20240707191441.jpg

Tal19
Shopify Partner
144 27 32

This is an accepted solution.

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

Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Trailblazer
263 0 50

Worked Thank You So Much

PageFly-Amelia
Shopify Partner
626 165 238

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.

Emiway
Trailblazer
263 0 50

Not Working 

Emiway
Trailblazer
263 0 50

I Want Black Background On Pop Up Page 

IMG-20240707-WA0003.jpg