Home / Forums / WoodMart support forum / Upsells/Related product titles show white
Home › Forums › WoodMart support forum › Upsells/Related product titles show white
Upsells/Related product titles show white
- This topic has 7 replies, 3 voices, and was last updated 9 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 23, 2025 at 8:26 pm #687724
alejoParticipantTheme/Site: Woodmart (front asset base.min.css?ver=8.2.7.1), WooCommerce single product pages.
Examples: https://hemestore.com/producto/pantalon-pisa/, …/pantalon-cuzco-beige/ (screens attached)Issue: In the upsells/related carousel, the product title link renders white (invisible on white bg).
DevTools: Cards use .wd-product.color-scheme-light; title inherits via .wd-entities-title a { color: inherit } → a { color: var(–wd-link-color) }. Variables inside the block appear resolved to white.Tried (no effect):
Force variables on containers and cards:
.single-product .upsells, .single-product .related { –wd-link-color:#000!important; –wd-title-color:#000!important; }
.single-product .wd-product.color-scheme-light { –wd-link-color:#000!important; –wd-title-color:#000!important; }
.single-product .wd-entities-title a { color:#000!important; }Per-carousel ID selectors, hover changes, cache clear/hard refresh.
Expected: Title follows theme colors or respects overrides.
Ask: What’s the correct setting/selector or hook to make upsells/related product titles render in black globally? Is there a way to disable color-scheme-light (or set a dark scheme) specifically for these carousels?Thanks
Attachments:
You must be logged in to view attached files.September 24, 2025 at 9:42 am #687810Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
September 24, 2025 at 2:46 pm #687898
alejoParticipantWP Access Granted — Please Don’t Remove Custom Snippets/CSS (Site Goes Live Today)
September 24, 2025 at 3:27 pm #687910Hello,
Navigate to Theme Settings > Typography > Advanced > Choose the Product Grid title from the drop-down and change the color: https://ibb.co/G9tz7p8
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards,
October 8, 2025 at 6:55 pm #689748
MikeParticipantHello,
In the bakery builder we’re using (please see the attached screenshot), I’ve noticed that when selecting products to display (e.g. in a section like “Also Like”), there’s only the option to show either Upsell or Related products — not both, and no fallback option.
I’d like to ask:
Is there any way to set a priority logic, where Upsell products are shown first, and if none are available, it defaults to Related products?
If this isn’t possible by default, is there a plugin that supports this type of logic or integrates with the builder we’re using?October 9, 2025 at 8:20 am #689786Hello,
Sorry, but there is no option in Theme Settings available for that.
It requires customization, and this is beyond our limitations and support policy.Best Regards,
October 9, 2025 at 10:06 am #689813
MikeParticipantHello,
I understand that it’s beyond the theme’s default settings, but would it be possible to achieve this with a small code customization?
Specifically, I’d like to make it check if there are any upsells first if yes, display those; and if there are no upsells, then display the related products instead.
ThanksOctober 9, 2025 at 2:13 pm #689889Hello,
Unfortunately, it is not possible. Such modification requires complicated WooCommerce code customization, which is not covered by our support.
Hope you can understand!
Best Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register