Changing Icons not working in mobile
-
Hi,
I recently added some CSS code to change the icons shown on the “My Account” menu.
This is the code I added. `
.kad-head-my-account-menu nav ul li.woocommerce-MyAccount-navigation-link–dashboard a:before{
padding: 0;
content: “\f286”;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link–dashboard a:before{
content: “\f286”;
}`
All looks well on the desktop but on the mobile version nothing is changed on the home page drop-down menu. The CSS carries over to mobile on the “My Account” Page though. Thought on this??? I do not understand why the code carries on one page but not the other for mobile. Thanks.The page I need help with: [log in to see the link]
- The topic ‘Changing Icons not working in mobile’ is closed to new replies.