How do I remove the Cart + Search Icon? The text “Search” and “Cart” Should ramain
Theme: Symmetry
PW: test1234
A user wants to remove the cart and search icons from their Symmetry theme while keeping the text labels “Search” and “Cart” visible.
Initial Misunderstanding:
.cart-link__label, .search-show-link__text { display: none; }Correct Solution:
.search-show-link__icon, .cart-link__icon { display: none; }styles.css file via Admin > Online Store > Themes > Edit code > assets folderAdditional Question:
How do I remove the Cart + Search Icon? The text “Search” and “Cart” Should ramain
Theme: Symmetry
PW: test1234
Hi @marcelp
To make the popup smaller, please follow these steps:
.cart-link__label, .show-search-link__text {
display: none;
}
Hi Tahnky for helping but I want it the other way around. The Symbols should not be displayed but only the TEXT “Search” and “Cart” should stay.
Please add this code to the bottom of the styles.css file:
.show-search-link__icon, .cart-link__icon {
display: none;
}
Hi Developden,
I was wondering what code you use to remove both the search and cart icons? So including the text.
Kind regards,
Tim