Home Forums WoodMart support forum Change icon header and display icon + text Reply To: Change icon header and display icon + text

#341255

Luke Nielsen
Keymaster

Hello,

1. Unfortunately, you can only replace the default icon with your own but display text instead of the icon you cannot.

2. Here is a code for changing the color of the “My Account” text.

.wd-header-my-account.wd-tools-element>a {
    color: #5600ff;
}

Kind Regards