Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #174128

    Hi,

    although I deactivated the header (breadcrumb) via header settings on the blog-page it is still shown. The setting seems to be overruled when a page is used as blog page in the general theme settings.

    is there a way to remove the header?

    thanks!

    #174228

    Hello maaz022!

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

    .blog .title_container { display: none; }

    If you would like to remove it from single posts as well, add following code too

    .single-post .title_container { display: none; }

    Best regards,
    Yigit

    #174807

    Thanks Yigit! Another question: How can I change the text in the breadcrumb “Sie befinden sich hier:”? Which Template?

    #174808

    Hi!

    You can find it in enfold\framework\php folder open class-breadcrumb.php file. But you can use this plugin to change it as well http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Yigit

    #175026

    Thanks again. The plugin did not work (no change in frontend, maybe caching), but hardcoding did.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove header on blog-page’ is closed to new replies.