delete search box with snap theme
-
hi there,
I am using snap theme and want to delete the search box on top of this page:
http://c21edu.com/category/blog/
how can i do this? thanks a lot!kevin
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to remove the search box from the top of categories, tags and archives page types.
.archive .frame form { display: none; } -
-
- The topic ‘delete search box with snap theme’ is closed to new replies.