Hi @JackHampel
Sorry., I didnt notice your reply here. Seems like youve already solved it.
A user running the Motion theme wants to remove search and cart icons from their website header but lacks coding experience and cannot find the base.css file mentioned in existing tutorials.
Solution provided:
display: noneCSS code snippet:
a.site-nav__link.site-nav__link--icon.js-search-header.js-no-transition,
svg.icon.icon-bag-minimal {
display: none;
}
The solution was successfully tested and confirmed working by the original poster. Screenshots were shared showing the header before modification.