Home Forums Multiple Business Disable title from header image

Viewing 2 reply threads
  • Author
    Posts
    • #4445
      Anonymous
      Inactive

      Is there a simple way to disable the title from the header image or do I have to amend the code?

    • #4448
      keonthemes
      Keymaster

      Hello,

      Yes, the following CSS code will work for you. Please copy the below code and paste it going through Appearance > Customize > Additional CSS.

      .wrap-inner-banner .page-header .page-title {
      display: none;
      }

      Thanks.

    • #4461
      Anonymous
      Inactive

      Thank you.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.