Home New Guten Forums WoodMart support forum How to change the Compare and Add to Wishlist button color

How to change the Compare and Add to Wishlist button color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #680773

    hey3212
    Participant

    Hi,

    I have changed the global color. But somehow, it did not apply to the buttons of Compare and Add to Wishlist. Please advise how to change these two button colors to be the lighter blue as attached.

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

    Hung Pham
    Keymaster

    Hi hey3212,

    Thanks for reaching to us.

    Please use below Custom CSS:

    body.single-product .wd-wishlist-btn{
        color: #000;
    }
    
    body.single-product .wd-wishlist-btn a{
        color: #fff;
    }

    Regards,
    Hung PD

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