Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
how can I change the layout of this specific multicolumn on www.10xfuel.com to look like this:
now: text above the pictures:
new: text in the pictures:
thank you!
@10xfuel , hope you are doing well.
it requires updating some code to achieve your requirements.
instead of you can manage it via by adding this image as background of the box using css.
thank you! How can I add these images as background of the boxes using css?
@10xfuel when you open your theme customization you have an option to add custom css.
just add the below line of CSS code there and it'll work.
.multicolumn-card{
background: url(https://www.10xfuel.com/cdn/shop/files/leaf_10pcblue.jpg) no-repeat center center;
}