is there a way to add a custom background to the multicolumn sections? its plain colors now but want to add custom images for better style.
let me know if u can help!!
website - https://the-style-luxe.myshopify.com/
password - reucho
is there a way to add a custom background to the multicolumn sections? its plain colors now but want to add custom images for better style.
let me know if u can help!!
website - https://the-style-luxe.myshopify.com/
password - reucho
Hi @hasanali1
This is Mike from Omega
If you want to change ONLY this section you can try my solution:
Open Theme → Edit code.
Open theme.liquid and paste code below to above the tag
You can change text “CHANGE_URL_HERE” by the url of image you want.
Hope my answer will help you
Mike from Omega
Hi @hasanali1
I would like to give you a solution.
Go to Online Store → Theme → Edit code. https://prnt.sc/js2u9lX4TESb
Open your base.css in the Assets folder.
Paste the below code at the end of the file.
(Change YOUR_IMAGE_LINK by an image link)
#shopify-section-template--18422377709879__ec986e4b-285d-4b0e-b6d0-b0200fe50e22 .multicolumn.color-accent-2.gradient {
background-image: url(YOUR_IMAGE_LINK);
background-repeat: no-repeat;
background-size: cover;
background-attachment: unset;
}
Result:
Best regards,
GemPages Support Team