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

    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?

    #202023

    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

    #202149

    It works Thank You!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Line under Main Navigation’ is closed to new replies.