Happening now | Office Hours: Customizing Your Theme with Moeed | Ask all your theme customization questions now!

How can I change the background of an image with text section in Warehouse theme?

Solved

How can I change the background of an image with text section in Warehouse theme?

slatty
Explorer
56 0 12

Hi,

I am trying to change the background of just one of the image with text section as seen below to the following code: #E1E1E1 does anyone know how I can do this please

slatty_0-1667216023802.png



Theme: Warehouse
URL: https://jhs2h46popfgkvqv-63671140606.shopifypreview.com

Thanks

Accepted Solution (1)

oscprofessional
Shopify Partner
16344 2438 3180

This is an accepted solution.

Hi @slatty ,

 

div#shopify-section-template--16577094385918__3590fe55-e9d4-4ca4-8982-2f6bc2e6734e {
    background: #E1E1E1;
}

oscprofessional_0-1667217837309.png

 

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 9 (9)

oscprofessional
Shopify Partner
16344 2438 3180

This is an accepted solution.

Hi @slatty ,

 

div#shopify-section-template--16577094385918__3590fe55-e9d4-4ca4-8982-2f6bc2e6734e {
    background: #E1E1E1;
}

oscprofessional_0-1667217837309.png

 

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
slatty
Explorer
56 0 12

Thanks! @oscprofessional Do you know how I can increase the heading on this section too please

oscprofessional
Shopify Partner
16344 2438 3180

Hello @slatty 

Try this: it will be helpful to you -

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

 

div#shopify-section-template--16577094385918__3590fe55-e9d4-4ca4-8982-2f6bc2e6734e .h3.heading {
    font-size: 30px !important;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
slatty
Explorer
56 0 12

Amazing! Thanks so much

slatty
Explorer
56 0 12

Do you know how I can make all sections including product cards, banners images etc have rounded corners/edges instead of square? @oscprofessional 

oscprofessional
Shopify Partner
16344 2438 3180

Hello @slatty 

Would you mind mentioning which section you'd like to be rounded or please share screenshots with me?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
slatty
Explorer
56 0 12

Thanks for responding!

Sure, it's all sections on the homepage - the slideshow, promotional blocks, image with texts, features collection product cards & the buttons on these sections please

slatty_0-1667220469248.png

slatty_1-1667220478824.png

slatty_2-1667220536492.png

slatty_3-1667220571464.png



Massive thank you again!

 

oscprofessional
Shopify Partner
16344 2438 3180

Hello @slatty 

Try this code:it will be helpful to you-

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

 

#block-template--16577094385918__6235d9c4-6db7-4c09-becd-e2d225c2a523-1666458048febdd2b1-1 .promo-block {
    border-radius: 20px !important;
}
.lazyloaded.image--fade-in, .no-js [data-bgset], .no-js [data-bg] {
    border-radius: 20px !important;
}
.product-list {
    border-radius: 20px !important;
}

 

 let me know if you have any queries.

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
slatty
Explorer
56 0 12

Hey, that worked a charm thank you! Just the left promotion box edges seem to be square - is it possible to turn off the zoom when hover & see if that changes it?

slatty_0-1667226164536.png