Page header text

This topic has 3 replies, 1 voice, and was last updated 6 years, 8 months ago by Spiracle Themes.

Viewing 3 reply threads
  • Author
    Posts
    • #1067


      Stas
      Guest

      Hi!
      Is it possible to change or delete the header text (page name and site map).

    • #1073


      Spiracle Themes
      Guest

      Hi Stas,

      Try the CSS below

      .page-title{
      display: none;
      }

      Copy and paste this in Appearance -> Customize -> Additional CSS

      Regards

    • #1084


      Isabella
      Guest

      This eliminates the image as well though, is there any way to take the title/breadcrumb off and keep the image?

    • #1085


      Spiracle Themes
      Guest

      Hello Isabella,

      Use the CSS below

      .section-title h1, .bread-crumb, .bread-crumb span{
      display: none;
      }

      Copy and paste this in Appearance -> Customize -> Additional CSS

      Regards

Viewing 3 reply threads

Reply To: Page header text

Your information: