Home Forums WoodMart support forum Single Produkt Tab – Addittional Infos – Links as GRAY fonts ? New Update

Single Produkt Tab – Addittional Infos – Links as GRAY fonts ? New Update

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #690973

    s-commerce
    Participant

    Hello, it seems since the new update the Attribute-Links in the “Additional Info Tab” on a Single Product Page appear in GRAY colour?

    I have nowhere set this colour – and I want them to appear just like normal links again (as before) and not “hide” them behind gray.

    I have not built an own product page with Elementor, but only use the standard design by Woodmart. I am quite sure, this happened with the last Update.

    There is no font setting with Gray as main colour in my Theme Settings, too.

    Thank you,
    Sandra

    Attachments:
    You must be logged in to view attached files.
    #691053

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS and check how it works:

    .single-product  .shop_attributes a[rel="tag"] {
            color: #02ff40; 
        }

    Best Regards,

    #691068

    s-commerce
    Participant

    Thank you. This is working fine.

    Can I set a hover-colour, too?

    (Although this is a good solution, it would be greater if the Theme would colour these links automatically in the usual Theme colour for links. This is already the 3rd custom CSS which I add).

    Thank you,
    Sandra

    #691149

    Hello,

    You can also set a hover color by adding this custom CSS in Theme Settings → Custom CSS:

    .single-product .shop_attributes a[rel="tag"] {
        --wd-link-color: red;
        --wd-link-color-hover: blue;
    }

    Alternatively, if you prefer to manage it through the Theme Settings, go to:

    Theme Settings > Typography > Advanced,

    And add a Custom Selector for your links. Then, define your desired link and hover colors there.

    Best Regards,

    #691549

    s-commerce
    Participant

    Thanks, that is working.

    (As I said, this is the original Woodmart Template for the Single Product Page. Obviously newly it uses its own link colour for the attributes instead of the global theme setting – what I find a bit strange).

    Best Regards,
    Sandra

    #691961

    Hello,

    The “Links Color” option is designed for specifying link colors in plain text, such as in page content, posts, and product descriptions, as demonstrated in the video at https://woodmart.xtemos.com/theme-settings-tooltips/links-color.mp4. It was not intended to change colors within attribute tables or similar elements. This adjustment is part of a fix in the latest theme update, implemented following feedback from a large number of our customers, and these changes will remain in our theme going forward. If you wish to revert to the previous colors, you may use the custom code we provided in the previous response.

    Best Regards,

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