Category overview page (change where text is placed (or if) and background)

Hi,

so I found the workaround with menus and handles to make “Sub-Categories” and pages with Overviews. Such as my screenshot will show.

But how ever do I change the way the category name is displayed (maybe on the bottom of the tile).

Also what’s with the horrible color background of every tile (and mouse over see iPhone 13 Pro in the screenshot).

Thank you for you help!

@FKrois

store url please

hi,

www.apple-guru.at

all the best,

@FKrois

yes please confirm this look!

Hi, yeah looks much better. How and where can I do that?

@FKrois

Happy to help you:

  1. Go to your code editor > Assets > theme.css or theme.css.liquid and paste this lines at the bottom of the page:
.collection-grid-item__title-wrapper::before {
background-color: none !important;
}
.collection-grid-item__title {
position: relative !important;
color: #000 !important;
}
.collection-grid-item__title.h3 {
margin: 17.5px 0 !important;
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

hi, so that fixed the text. It is now under the category. Looks ok.

Do you have a way to change the background of the category image?

All the best,

Fabio

@FKrois

try this

.collection-grid-item__title-wrapper::before {
background: none !important;

}

Very cool - that worked!!

Thank you

Following up, desktop works. But mobile view is broken. The text goes into the images. Can we de-bold the text?

@FKrois

add this:

.collection-grid-item__title {
text-shadow: none !important;
font-weight: normal !important;
}
@media only screen and (max-width: 769px) { 
.collection-grid-item__title.h3 {
    margin: 12px 0 !important;
    font-size: 17px !important;
}
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

@Savior

Running the risk of over using your help…do you have an idea for two lined category names that are currently still covered by images on mobile?

Smaler text? Or more space between the categories?