This topic has 8 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
When I put a CSS class label_new for a menu item, the name of the menu is hiddem by the label.
The label_hot and label_sale works well as the label is palced beside the name.
Hello,
Please add this code in custom.css file:
.menu .nav-sublist-dropdown ul > li.label-new > a::after {
left: 28px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
This works for this particular one but if I add other label-new for a longer name it goes over the name. I’ve done an example on my site.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Here’s the credentials
Hello,
I’ve added this code in style.css of your child theme:
.menu .nav-sublist-dropdown ul > li.label-new > a::after {
margin-right: -42px;
}
Please check the menu now.
Regards,
Eva Kemp.
Perfect.
Thanks.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling themes, css class, hides menu name, label_new, woocommerce
The issue related to '‘CSS class label_new hides the menu name’' has been successfully resolved, and the topic is now closed for further responses