Comments ccannes started the conversationJanuary 30, 2023 at 11:09pmHello, I can't figure out how to make the title of the featured product post white on this page. I've attached a screenshot. When I edit the product, the title appears white. But when I publish the product, the title goes black.ThanksAttached files: Screenshot 2023-01-31 at 9.07.53 am.png 2,610PenciDesign repliedJanuary 31, 2023 at 12:58amHi,This is a WooCommerce block from the Gutenberg plugin, please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .wc-block-featured-product__title { color: #fff;}Regards,PenciDesign.ccannes repliedJanuary 31, 2023 at 1:58amThanks but that did not fix the problem. I added it custom CSS and nothing changed. ccannes repliedJanuary 31, 2023 at 2:00amHere is the screenshot FYI (see attached)ccannes repliedJanuary 31, 2023 at 2:01amSorry it's attached hereAttached files: Screenshot 2023-01-31 at 12.00.22 pm.png 2,610PenciDesign repliedJanuary 31, 2023 at 2:29amHi,Please modify the CSS code like this: .wc-block-featured-product__title { color: #fff !important; }Regards,PenciDesign.ccannes repliedJanuary 31, 2023 at 2:42amThat worked! Thank you so much :) Sign in to reply ...
Hello, I can't figure out how to make the title of the featured product post white on this page.
I've attached a screenshot.
When I edit the product, the title appears white. But when I publish the product, the title goes black.
Thanks
Attached files: Screenshot 2023-01-31 at 9.07.53 am.png
Hi,
This is a WooCommerce block from the Gutenberg plugin, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks but that did not fix the problem. I added it custom CSS and nothing changed.
Here is the screenshot FYI (see attached)
Sorry it's attached here
Attached files: Screenshot 2023-01-31 at 12.00.22 pm.png
Hi,
Please modify the CSS code like this:
Regards,
PenciDesign.
That worked! Thank you so much :)