Home Forums WoodMart support forum Link color is invalid

Link color is invalid

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #619234

    Grelo Zhang
    Participant

    I added a link to my blog but it is still white

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

    Bogdan Donovan
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #619435

    Grelo Zhang
    Participant

    Check, please

    #619571

    Bogdan Donovan
    Keymaster

    By default, when the dark theme is enabled, links become white, but if you want to change their appearance – add this custom code to Global Custom CSS area in Theme Settings

    [class*=color-scheme-light] {
        --wd-link-color: rgb(255, 115, 115);
        --wd-link-color-hover: rgb(255, 209, 209);
    }

    Kind Regards

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