search icon and cart icon

Support Forums Kampina search icon and cart icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249
    gisele
    Participant

    I won’t make a shopping website anymore but i can’t find a way to delete this icons from my header

    #250
    TigriWeb
    Keymaster

    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.

    .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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.