Links color issue in Dark theme
-
Hello
After Dark theme is enabled, all link colors become white and it is no longer controlled by the “Links color” setting.
I tried to force the color to be defined via css, but it affects the color elsewhere.
Best regards
Lin
Attachments:
You must be
logged in to view attached files.
Hi linlin,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Hung PD
Hello,
I have provided login information.
Best regards
Lin
Attachments:
You must be
logged in to view attached files.
Hi linlin,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body[class*="color-scheme-light"] {
--wd-link-color: rgb(255,0,112);
}
Regards,
Hung PD
Hi
Will this issue be fixed in the next theme update? if yes, please close the topic.
Thank you
Hello,
I used the code you provided, but the hover color is still white.
Best regards
Lin
Please ignore it, I added the code myself to solve it.
body[class*="color-scheme-light"] {
--wd-link-color: rgb(255,0,112);
--wd-link-color-hover: rgb(255,0,112);
}
Hi linlin,
Glad to hear your issue has been resolved.
Regards,
Hung PD