Home Forums WoodMart support forum Links color issue in Dark theme

Links color issue in Dark theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #678331

    linlin
    Participant

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

    Hung Pham
    Keymaster

    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

    #678455

    linlin
    Participant

    Hello,

    I have provided login information.

    Best regards
    Lin

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

    Hung Pham
    Keymaster

    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

    #678622

    linlin
    Participant

    Hi

    Will this issue be fixed in the next theme update? if yes, please close the topic.

    Thank you

    #678623

    linlin
    Participant

    Hello,

    I used the code you provided, but the hover color is still white.

    Best regards
    Lin

    #678625

    linlin
    Participant

    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);
    }
    #678632

    Hung Pham
    Keymaster

    Hi linlin,

    Glad to hear your issue has been resolved.

    Regards,
    Hung PD

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