Permanent / Sticky Search Bar- Trade Theme

Permanent / Sticky Search Bar- Trade Theme

notsogood1
Tourist
13 0 1

I'd love to add a permanent search bar below the menu and remove the search icon next to the shopping bag. Is there any way to do this?

Replies 3 (3)

suyash1
Shopify Partner
10882 1348 1720

@notsogood1 - this will need code editing, you will need developer who can edit the code, but since it will take some time and coding I doubt if anyone will do it for free

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Jae1
New Member
4 0 0

Hey there, so iv'e found out how to remove the search icon in trade theme. If you go theme, then edit code on the left scroll down to find ASSETS, then BASE.CSS. At the very bottom put in this code.

details-modal.header__search {
display: none !important;
}

It will take it away. Now for the search bar im trying to figure that out myself lol

PetersDave
Visitor
3 0 0

Did you manage to get the search bar to display ?