Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 19, 2013 at 12:23 am #190361 der_muellerParticipant Hello, how do i hide the PageTitle, the Breadcrumb shall still be visible? Cheers, Markus November 19, 2013 at 12:32 am #190368 der_muellerParticipant Made it by myself. :-) Just changed: ‘title’ => get_the_title($id), into: ‘title’ => “”, in Line 267 in functions-enfold.php Cheers, Markus November 19, 2013 at 12:35 am #190370 YigitKeymaster Hey! Glad you figured it out! :) If you want to make it “update-friendly”, you can add following code to Quick CSS .title_container .main-title { display: none; } Marking as resolved :) Cheers! Yigit Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Remove just PageTitle not Breadcrumb’ is closed to new replies.