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

    Hello, how do i hide the PageTitle, the Breadcrumb shall still be visible?

    Cheers,
    Markus

    #190368

    Made it by myself. :-)
    Just changed:
    ‘title’ => get_the_title($id),
    into:
    ‘title’ => “”,
    in Line 267 in functions-enfold.php

    Cheers,
    Markus

    #190370

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove just PageTitle not Breadcrumb’ is closed to new replies.