Home Forums WoodMart support forum How to add selected attribute background color

How to add selected attribute background color

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

    Lucky liang
    Participant

    Hi, How to add the selected attribute background color?
    Thank you

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

    Hung Pham
    Keymaster

    Hi,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-swatches-product .wd-text.wd-active{
    	background-color: #000;
    }

    Regards,

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