Home / Forums / WoodMart support forum / Single Produkt Tab – Addittional Infos – Links as GRAY fonts ? New Update
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
- This topic has 5 replies, 2 voices, and was last updated 2 weeks, 3 days ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 15, 2025 at 11:01 am #690973
s-commerceParticipantHello, 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,
SandraAttachments:
You must be logged in to view attached files.October 15, 2025 at 2:28 pm #691053
Aizaz Imtiaz AwanKeymasterHello,
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,
October 15, 2025 at 3:41 pm #691068
s-commerceParticipantThank 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,
SandraOctober 16, 2025 at 9:24 am #691149
Aizaz Imtiaz AwanKeymasterHello,
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,
October 17, 2025 at 3:45 pm #691549
s-commerceParticipantThanks, 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,
SandraOctober 21, 2025 at 9:50 am #691961
Aizaz Imtiaz AwanKeymasterHello,
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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register