I want to remove the text “cart” behind the shopping cart icon on the computer website. this in the theme warehouse. www.media-king.eu
Hi @Glennbosmans while inspecting i came to know this is warehouse theme so you have to Go to theme edit then in assets go to theme.scss.liquid and add this code in the bottom o file and save it will hide the wording cart behind shopping cart icon.
.hidden-pocket.hidden-lap {
display:none;
}
where at the bottom of the page should i add it? and the shopping cart icon remains, but the text cart is gone?
in the first image click edit code then in the second image f in your theme base.css not available then look for theme.css.liquid or theme.scss.liquid and add code in the bottom!