Good day!
How can I hide ajax search field from my sidebar? I don’t need it there. I’ve attached link to one of pages, that have one
Hey Dmitrey,
Try this code in the General Styling > Quick CSS field:
.inner_sidebar .search-form-li {
display:none !important;
}
Please clear your cache :)
Best regards,
Mike
Thank you very much! You’ve already helped me twice today)) We can close the issue.