Re: How To Add Black Background Here!?

Solved

How To Add Black Background Here!?

Emiway
Pathfinder
229 0 45

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 29

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 29

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 29

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 29
.section-template--15594002677822__product-grid-padding {
background: #000;
}
Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Pathfinder
229 0 45

Where To Paste

Tal19
Shopify Partner
144 27 29

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
Pathfinder
229 0 45

IMG-20240707-WA0003.jpg

Emiway
Pathfinder
229 0 45

I Want Black Background On Pop Up Page

Tal19
Shopify Partner
144 27 29

This is an accepted solution.

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

Now Working 

Tal19
Shopify Partner
144 27 29

please mark my answer as resolved 🙂

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

as solution *

Need Shopify Development, Customization, or POS Support? PM Me!
Emiway
Pathfinder
229 0 45

Sir Not Working 

Tal19
Shopify Partner
144 27 29

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
Pathfinder
229 0 45

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

Tal19
Shopify Partner
144 27 29

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
Pathfinder
229 0 45

Worked Thank You So Much

PageFly-Amelia
Shopify Partner
579 163 233

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
Pathfinder
229 0 45

Not Working 

Emiway
Pathfinder
229 0 45

I Want Black Background On Pop Up Page 

IMG-20240707-WA0003.jpg