Home Forums WoodMart support forum Need CSS code

Need CSS code

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

    mahmoud_ali_458
    Participant

    Hello
    I need CSS code to change color of account icon in the header to white

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-header-my-account.wd-tools-element {
        --wd-header-el-color: #ffffff !important;
        --wd-header-el-color-hover: rgb(0 0 0 / 80%);
    }

    Best Regards,

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