How i can delete the Line under the Main Navigation? I mean the line/space under the logo which tells me where i am at the monent.
“Sie befinden sich hier: Startseite / Frontpage”
I already delete it in index.php and page.php
But when i create a Page with the Template Builder the line is still there.
In which php File i can delete this?
Hey wptest!
You can add following code to Quick CSS in Enfold theme options under Styling tab or in Custom.css file inside Enfold/css folder to remove it
.title_container { display: none; }
Best regards,
Yigit
It works Thank You!