This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Deleting search window without full screen

Open 6 replies generalpremium
11 years ago · Last reply by Andrew Misplon 11 years ago

Is there a way to delete the search window from each page without using a full screen width Template in Pages? Using Premium.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. elefantrider 11 years, 7 months ago

    Additionally, is there a way to delete the page title without using the full screen width template? (I prefer the default template which shortens up the width of the text)

  2. Andrew Misplon Staff 11 years, 7 months ago

    Hi elefantrider

    You can de-activate the navigation search at Appearance > Theme Settings > Navigation: Search in Menu. If you have a search widget in the sidebar that can be deleted from Appearance > Widgets.

    To remove the page title without using the full width template you’d need to use Custom CSS. To do it site wide insert the following under Appearance > Custom CSS:

    /* Vantage Remove Page Titles */
    .page h1.entry-title { display: none; }
  3. elefantrider 11 years, 7 months ago

    Thank you. However it seems this Custom CSS has also enabled Full Width, even though Default Template is still selected on all the pages.

    I have entered the following CSS and Full Width is still the result:

    .page h1.entry-title { display: none; }

  4. Andrew Misplon Staff 11 years, 7 months ago

    Perhaps send through a link to the page and I’ll take a look.

    That selector is saying, when the page has a body tag of page make the h1 with class entry-title display-none…so it shouldn’t be causing any issues with templates.

  5. elefantrider 11 years, 7 months ago

    I just put an empty text box widget in the sidebar and the text aligned to page (default mode) instead of full screen. Works good.

  6. Andrew Misplon Staff 11 years, 7 months ago

    Super, glad to hear you’ve found a solution.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread