This topic has 6 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Previously, I was able to replace the “new” label as seen in ticket#129865.
With the new update to the theme, it has reverted to the old label. I replaced it again and refreshed the page but now the label doesn’t show a change in the Mega menu. It also does show a label at all in the Product Categories list.
Can you please tell me how to make the change in my child-theme so I don’t have to do this every time there is an update?
Hello,
Place your custom new badge image in the wp-content/themes/legenda-child/images folder and add the following css code in child style.css:
.fixed-header .menu > li .nav-sublist-dropdown ul li.badge-new > a:after, .main-nav .menu > li .nav-sublist-dropdown ul li.badge-new > a:after {
background-image: url(http://busyneedle.ch/wp-content/themes/legenda-child/images/new-icon.png);
}
.menu ul > li.badge-new > a:after {
background-image: url(http://busyneedle.ch/wp-content/themes/legenda-child/images/new-icon.png);
}
Best regards,
Jack Richardson.
I did as you suggested and no icon appears in either place. If I change the icon to something else (such as Sale), it will appear on the Mega Menu but not on the main Product Category menu. Login in Private Content.
Hello,
Please clear cache and check it now.
Regards,
Robert Hall
That has fixed it for the Mega Menu but it still doesn’t show on the Product Category list in the sidebar.
Sorry, but we don’t have such feature in our theme to add label to the Product Category list in the sidebar.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up