Adjusting background color shop page title

Hi there,

I’d like to change the background color on my shop page https://www.wunderkid.co/shop/greeting-cards/ from grey to white. I tried inputting a code that I found in the forum, but it didn’t seem to do the trick.
.woocommerce li.product .entry-wrap:before {
background: transparent !important;
}

Thanks!

Hi @stopanddance,

Thanks for reaching out!

Are you referring to this color?

If yes, please find this CSS selector in the global CSS option .archive header.entry-header to change the color or if you can’t find it, you can use that CSS selector to override the current one.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.