Search facility – how to remove search from header for Shapely theme

How do I do this? I read what to do in the Activello forum (CSS) but this does not work for Shapely.

Tx.

Hi @larsh,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


#site-navigation .search-widget-handle {
    display: none;
}

Best Regards,
Movin

Hi Movin,

Just to let you know this worked just fine for me. The OP didn’t thank you for your help so I’ll thank you in his stead.

Keep up the good work!

You are most welcome here :slight_smile: