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

Upsells/Related product titles show white

Viewing 8 posts - 1 through 8 (of 8 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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

    #689748

    Mike
    Participant

    Hello,
    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?

    #689786

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #689813

    Mike
    Participant

    Hello,

    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.
    Thanks

    #689889

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

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