Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #293312

    Hello!

    I would like to delete the header container text (page title) and the excess space that this container creates. (This is the container that sits below the logo and header menu). Thanks!

    #293339

    Hey onegirlrtw!

    Please go to Enfold theme options > Header Layout > Header Title and Breadcrumbs and choose to “Hide both”
    Or, you can add following code to Quick CSS in Enfold theme options > General Styling

    .title_container { display: none !important; }

    Regards,
    Yigit

    #293581

    Worked perfect. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to delete header container’ is closed to new replies.