remove search bar from single page in Customize with code Posted August 23 · Edited August 23 by tonyalehman forgot to put url Hello, I cannot remove the search bar from one page. I've tried taking the advice of other posts here in the forum. I put (see below) in Custom CSS, but it doesn't change the search bar on one page. https://www.joylab.biz/tonyatalks Thank you for your help! #collection-644301d8c1802312c3c96f97 .Header-search { display: none!important; }
remove search bar from single page
in Customize with code
Posted · Edited by tonyalehman
forgot to put url
Hello, I cannot remove the search bar from one page. I've tried taking the advice of other posts here in the forum. I put (see below) in Custom CSS, but it doesn't change the search bar on one page. https://www.joylab.biz/tonyatalks
Thank you for your help!
#collection-644301d8c1802312c3c96f97 .Header-search {
display: none!important;
}