A space to discuss online store customization, theme development, and Liquid templating.
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
I was able to remove prices yet not titles; and I have an image I would like to add as an background.
To hide product tile add this css on theme.css file
h3.card-information__text.h5 {
display: none;
}
do you know how to add a main background?