Okay
  Public Ticket #2642998
Header
Closed

Comments

  • Chris Urban started the conversation

    Hey,

    i tried to delete/hide the Header of the sites of my Site. (see the Picture)
    I tried with Plugins and with Css

    .entry-title {
    display: none;
    }

    but not of These works.
    Can you help me?

    best regards

    Chris Urban

  •  1,630
    Andrey replied

    Hello, Dear Chris Urban!

    To hide the breadcrumbs area - click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .page_title .row.align-items-center {
        display: none;    
    }
    

    then save changes and check the results at front-end.

    Also, could you please clarify, did you install theme and demo-content?

    If not - please read this article: https://mwtemplates.ticksy.com/article/12433/

    Best Regards!

  • Chris Urban replied

    Hey,

    thanks! that works.

    But no there is a very big White free Field. (see on the Picture)

    Have you an idea how i can delete this?

    best regards Chris

  • Chris Urban replied

    ok i have the solution!

    Thanks"!

  •  1,630
    Andrey replied

    Hello, Dear Chris Urban!

    Thank you for informing us about the positive result.

    Best Regards!