Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Remove prod. titles from featured collection dawn 2.0 and add no repeat BG image throughout store

Remove prod. titles from featured collection dawn 2.0 and add no repeat BG image throughout store

1A
Visitor
2 0 0

I was able to remove prices yet not titles; and I have an image I would like to add as an background.

Replies 2 (2)

NileshTejani
Shopify Partner
203 12 43

To hide product tile add this css on theme.css file 

h3.card-information__text.h5 {
    display: none;
}

 

- Did we solve your issue? Like & Mark As Solution to help the community

Should you need any direct help:
Get connected: Upwork | Help Center
1A
Visitor
2 0 0

do you know how to add a main background?