Home Forums WoodMart support forum Upsells/Related product titles show white

Upsells/Related product titles show white

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #687724

    alejo
    Participant

    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.
    #687810

    Hello,

    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,

    #687898

    alejo
    Participant

    WP Access Granted — Please Don’t Remove Custom Snippets/CSS (Site Goes Live Today)

    #687910

    Hello,

    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,

Viewing 4 posts - 1 through 4 (of 4 total)