Home Forums WoodMart support forum Link color isn’t changing from the theme settings

Link color isn’t changing from the theme settings

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

    andrea-2145
    Participant

    Hi I have set the link colors to be a blue color under theme settings< styles and colors < colors but I noticed that it is pulling the link color from another location which I can’t figure out how to change it. It seems like it is pulling it from the class [class*=”color-scheme-light”] which I am not sure where this is.

    Here is an example: https://env-flashionstatementcom-fsstaging.kinsta.cloud/product/custom-light-up-shirts/

    if you go to the product description, the second to last bullet point says “The EL Panel can be cut into… ” well the words ‘EL Panel’ are a link and you can see that the color is different than what I have set on the theme settings. Can you please help me figure out where it is pulling the color from and how I can change it?

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

    Luke Nielsen
    Keymaster

    Hello,

    It’s because you have a dark theme which uses the light color scheme, try to use the code below for help:

    body {
        --wd-link-color: blue !important;
    }

    Kind Regards

    #651561

    andrea-2145
    Participant

    Where would I put this? Under theme settings < custom css?

    #651683

    Luke Nielsen
    Keymaster

    Hello,

    Put that code in Theme Settings -> Custom CSS -> Global custom CSS area.

    Clear the cache and recheck the issue.

    Kind Regards

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