WooCommerce My Account Icons
-
Hi. Trying to change the icons associated with some custom My Account tabs that I’ve added. Found CSS that is supposed to do the trick, but it isn’t working for me which I guess is because of where/how the font awesome icons are stored.
Right now, any new/custom My Account tabs adopt a generic file icon by default. I tried to change this to a different font awesome icon using the following CSS snippet…
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--dashboard /* <- This is the Dashboard link */ a:before{
content: "\f0eb" /* <- This is the lightbulb icon. Include the backslash prefix */
}It doesn’t find the icon (doesn’t display anything) which I’m assuming is due to where/how the Ocean WP stores the font awesome icons? Tried to figure this out using Developer Tools but it doesn’t show me where the content for the default icons in My Account are pulling from.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.