Support » Theme: Clean Retina » Deletion of 'Search' Field in Header

  • Resolved spartacusjones

    (@spartacusjones)


    Hi All!

    I am trying to make the Search field in my header go away. My site is: Face Your Finances
    A big thanks to whoever can help out! I’m sure it’s probably a very simple fix, but I’m stumped.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a section in the dashboard named, “Custom CSS”, “Custom Styles” or “Jetpack”, or are you using a Child Theme?

    Thread Starter spartacusjones

    (@spartacusjones)

    I DO have ‘Custom CSS’ and ‘Jetpack’ and I am NOT using a Child Theme.

    Thread Starter spartacusjones

    (@spartacusjones)

    Check that, to be more specific, I’ve got ‘CSS Stylesheet Editor’.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Will that edit the theme’s files?

    Thread Starter spartacusjones

    (@spartacusjones)

    Looks like I can add CSS there and if I go to ‘Edit Themes’ I can manually edit all code for each section as well as the stylesheet.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make sure you’re not editing the theme’s files, then use this CSS;

    .searchform {
     display: none;
    }

    Thread Starter spartacusjones

    (@spartacusjones)

    LIKE A CHARM SIR!!
    Thank you very much.

    Thread Starter spartacusjones

    (@spartacusjones)

    On second check, that edit takes away the search fields both in the header and in the body of the site.
    I wish for the header search to disappear but the body to remain.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    header .searchform {
     display: none;
    }
    Thread Starter spartacusjones

    (@spartacusjones)

    This time: LIKE A CHARM.

    Thanks again Andrew!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Charms work?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Deletion of 'Search' Field in Header’ is closed to new replies.