Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212937

    Hi i want to remove whole title container from my themplate. Can you tell me in with file i can do that ? I include screen with that element I want to remove:
    Screen

    • This topic was modified 10 years, 2 months ago by AdFX.
    • This topic was modified 2 months, 1 week ago by Yigit.
    #212940

    Hi AdFX!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container { display: none; }

    Regards,
    Yigit

    #212941

    I know i can hide element but it is big sin for Google and SEO. If you hide elements on page you can be penalized by Google and they can remove you site from SERP’s. Tell me please how can i find files with function to generate that title container and i comment some of you code to hide it permanently.

    #212944

    Hi!

    Please go to Appearance > Editor and open functions-enfold.php file and find

    'html'			=> "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",

    and comment it out

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove "title container", that with breadcrumb’ is closed to new replies.