Hi there
is there a way to remove the search box (and magnifying glass icon) from the header please?
Cheers
Hi there
is there a way to remove the search box (and magnifying glass icon) from the header please?
Cheers
hey there
Please add this CSSĀ in appearance - customize - additional CSS
#masthead .search-widget-handle {
display: none;
}
Thanks!
Colorlib Support Team