Search facility - how to remove search from header for Activello theme

Hi

Can anyone tell me how I can get rid of the search facility as marked in the image below. Also please can you tell me how to load images into the slider. I have activated it and do not want to set a featured image on the front page. But I would like the slider on my home page

Hi @karen43,

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

You can remove the search from from your site header by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.site-navigation-inner .nav-search {
    display: none;
}
Also please can you tell me how to load images into the slider. I have activated it and do not want to set a featured image on the front page. But I would like the slider on my home page

To display the images in the slider, you have to set featured images for the slider posts as described on the following page.

http://freewptp.com/tutorials/how-to-set-featured-image-or-post-thumbnail-in-wordpress/

If you don’t want to set featured image for the post then you have to develop custom solution to display images in the slider.

Developing custom code for custom functionality is beyond the scope of support that we provide here.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. We recommend the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

Best Regards,
Movin