Remove Page Title Area

This topic has 1 reply, 1 voice, and was last updated 6 years, 11 months ago by Spiracle Themes.

Viewing 1 reply thread
  • Author
    Posts
    • #979


      Rich Dixon
      Guest

      I’d like to eliminate the Page Title and Background area. Is there a way to do this sitewide and for specific pages?

      Also, I posted a question about child themes and haven’t seen a response.

      Do you recommend use of the child theme? If so, should it be installed prior to the one-click import process?

      Thanks.

    • #983


      Spiracle Themes
      Guest

      Hi Rich,

      For sitewide elimination of Page title area, use the CSS below

      #page-title {
      display: none;
      }

      Paste this CSS in Appearance -> Customize -> Additional CSS

      For, elimination in specific pages, you need to add the class just before the CSS #page-title for eg if the page has class page-id-22 then you need to write down the CSS as

      .page-id-22 #page-title {
      display: none;
      }

      Or just write down the URL’s of your pages and we will tell you what’s the page id class of that page

      Best Regards

Viewing 1 reply thread

Reply To: Remove Page Title Area

Your information: