Support Forums › Kampina › search icon and cart icon
I won’t make a shopping website anymore but i can’t find a way to delete this icons from my header
Hi Gisele,
The Kampina theme does not have such an option, but you can hide these buttons using the following CSS code, which you can add here: Appearance → Customize → Additional CSS.
Appearance → Customize → Additional CSS
.site__header__button--search, .site__header__button--cart { display: none !important; } @media (min-width:992px) { .site__header__button__list { display: none } }
Best Regards, TigriWeb Team