krenciol Posted April 21, 2020 Share Posted April 21, 2020 (edited) Hello, in presta 1.7, classic theme I want to delete "Cart" text on the top menu. I'd like to have the cart icon only remained. Regards Edited April 21, 2020 by krenciol (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted April 21, 2020 Share Posted April 21, 2020 It can be achieved using the CSS. Try adding the below CSS in the theme CSS file. .blockcart .hidden-sm-down, .blockcart .cart-products-count { display: none!important; } Link to comment Share on other sites More sharing options...
krenciol Posted April 22, 2020 Author Share Posted April 22, 2020 (edited) 14 hours ago, Knowband Plugins said: It can be achieved using the CSS. Try adding the below CSS in the theme CSS file. .blockcart .hidden-sm-down, .blockcart .cart-products-count { display: none!important; } Thank you Edited April 22, 2020 by krenciol (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now