Tagged: woocommerce
-
AuthorPosts
-
March 19, 2021 at 4:14 pm #1289226
At https://www.meesteraandemuur.nl/ I would like the woocommerce overview page (https://www.meesteraandemuur.nl/collectie/) in black and the title of the product in white. How can I do that?
March 22, 2021 at 1:53 pm #1289624Hey meesteraandemuur,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.post-type-archive-product.woocommerce .template-shop { background-color: black; } .post-type-archive-product.woocommerce .template-shop .widgettitle, .post-type-archive-product.woocommerce .template-shop .woocommerce-loop-product__title { color: white; }
Best regards,
NikkoMarch 22, 2021 at 9:27 pm #1289715Thanks Nikko, it works!
Still one question …. the product categorie page https://www.meesteraandemuur.nl/product-categorie/retro/ is still white … Is it also possible that the background wil be black and the tekst will be white?
René
March 24, 2021 at 9:02 am #1290049Hi René,
We’re glad to hear that, please replace the code I gave with this one:
.archive.woocommerce-page .template-shop, .post-type-archive-product.woocommerce .template-shop { background-color: black; } .archive.woocommerce-page .template-shop .widgettitle, .archive.woocommerce-page .template-shop .woocommerce-loop-product__title, .post-type-archive-product.woocommerce .template-shop .widgettitle, .post-type-archive-product.woocommerce .template-shop .woocommerce-loop-product__title { color: white; }
Best regards,
NikkoMarch 29, 2021 at 8:21 pm #1291146Hello Nikko,
please help me nog one more time … on the page https://www.meesteraandemuur.nl/keramiek/ I have the background black but i can’t get the title of the product in color White …
Will you help me one more time?On all pages with the widget for example:https://www.meesteraandemuur.nl/animals/ or https://www.meesteraandemuur.nl/people/ its the same issue .
Thanks!
March 31, 2021 at 4:43 pm #1291589Hi meesteraandemuur,
Can you try adding this CSS code:
#top #wrap_all #main .woocommerce-loop-product__title { color: white; }
Please review your site.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.