Home Forums WoodMart support forum wd-link-color issu

wd-link-color issu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #311643

    chiarelliarreda
    Participant

    Dear staff, I selected a color for site’s link in Style and Color tab but in footer don’t change, why? The footer is an HTML Block and I see the correct color in backend.

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

    chiarelliarreda
    Participant

    I fixed it with this custom CSS:

    /*FIX footer link color*/
    .color-scheme-dark {
    	--wd-link-color: #6C8E5A;
    	--wd-link-color-hover: #6C8E5A;
    }

    It is ok?

    #311698

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

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