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!
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
Worked perfect. Thank you!