• yourd3signsmycr3ations

    (@yourd3signsmycr3ations)


    I am trying to remove the search icon and the shopping cart icon. I don’t need these two functions for the website.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themeshopy

    (@themeshopy)

    Hello @yourd3signsmycr3ations,

    Follow the below step,

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the below CSS and publish it.

    .main-menu .col-lg-10.col-md-7.col-4.align-self-center {
    width: 100%;
    }
    .search-box, .cart_icon {
    display: none;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Search and shopping cart icon in header’ is closed to new replies.