Theme/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.