Home Forums WoodMart support forum change the icon color on account page

change the icon color on account page

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

    eric
    Participant

    Hi there,
    I want to change the icon color on account page.
    Thanks a lot

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshot you attached and visited your website.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-dark .woodmart-my-account-links a:before {
    color: red;
    }

    You can set the color according to your needs.

    Best Regards.

    #224169

    eric
    Participant

    Hi there,
    Thanks for your answer. I have added the css code you provided but I found the hover effect disappeared too. How can I change the icon border color and also get hover effect? Thanks!

    #224203

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You are Most Welcome.

    For the hover color of the icons Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-my-account-links a:hover::before {
    color: green;
    }

    You can set the color accordingly.

    Regard’s.
    Xtemos Studio.

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