• Hello,

    Im currently making this site as a school project but im having trouble with removing the search bar, I cant find it under widgets and I tried downloading a disable search bar plugin which removed the search bar but not the text.

    Heres the site:
    http://www.finderas.no/

    Thanks in advance,
    Tony

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi anthonydakay,
    If you are trying to remove this section, then you have to edit your front-page template.
    Otherwise you can use css to hide that section also. For this add below css to your theme’s style.css

    section.no-results not-found{
      display:none;
    }

    Hope this help you.

    Thread Starter anthonydakay

    (@anthonydakay)

    Does that mean I should get the style.css from the ftp, add the code and put it back in?

    to edit formatting is recommmended by:

    either crating a child theme and add the edited formatting into style.css of the child theme;

    or using a ‘custom CSS’ plugin to add the edited CSS.

    btw:
    please do not bump.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trying to remove search bar’ is closed to new replies.