Display header text below icon
-
Hello,
Sorry, but it is not possible to add the on hover color to the Truck icon.
Because you are using a Custom Icon.
Best Regards
I am using the same font for track, but it’s still looking different.
Can you provide me the code, so that all the text looks the same
I am adding image for reference.
Attachments:
You must be
logged in to view attached files.
Hello,
The font is the same as we have given the custom CSS code and the font family is the same, It is only the size and color of the text issue. Now, please check it again after removing the browser and site cache.
Best Regards.
Now the font is correct but when I hover, the “track” is not changing color like other icons and text.
Or can we disable hover for all icons (profile, wishlist, cart ) so they look same as track icon ?
Hello,
Yes, please use the below custom CSS code and disable the hover effect from the other icons as well:
.wd-tools-element:hover>a {
color: #333;
}
Best Regards.