This topic has 10 replies, 4 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson
Hi,
I don’t want the text “(INCL. TAX)” to be included in the top bar next to my cart total.
How can I remove this?
Thank you.
Ali
Hello,
Add this code into custom.css file.
.price-summ .amount small{
display:none;
}
Regards,
Robert Hall.
Hi Robert,
That did not work. The tax is still showing up.
Please advise.
Thanks.
Ali
Hello,
I’ve made some another change in code.
small{
display:none;
}
Now it’s works well. Check it, please.
Also we recommended to you update Legenda theme to v2.3
Regards,
Robert Hall.
Hi Robert,
Yes that works great but the only problem is that the “tax” is now not displaying on the cart page either.
I only wanted it not to display on the top bar.
Please advise.
Thanks.
Ali
Hello,
Please provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Here it is:
Hello,
I’ve replaced the previous code with this one:
a.shopping-cart-link small {
display: none;
}
Please check the Cart now and clear browser cache before.
Regards,
Eva Kemp.
YES, this is amazing. Thank you Eva as always!
Hello,
You’re welcome!
If you have any questions don’t hesitate to contact us.
Regards,
Jack Richardson
The issue related to '‘Top Bar’' has been successfully resolved, and the topic is now closed for further responses