Before you ask please READ THIS

Disable Title Bar

in Fame Posts: 14
Hi, i have a question.

How can I turn off the title bar for all pages?

Thanks

Comments

  • Any solution?
  • AirAir
    Posts: 10,970
    Hello:-)

    If you use child theme, then you can overwrite theme function by adding this in child theme functions.php
    function a13_title_bar($title = '') {}
    You can also modify original function:
    fame\advance\utilities\layout_parts.php line ~68 change this
        function a13_title_bar($title = '') {
    to:
        function a13_title_bar($title = '') {
    return;
    You can also hide it by CSS.

    With kind regards.
  • AirAir
    Posts: 10,970
    robysan83ct said: Any solution?
    I just started day and was writing reply to you.

    With kind regards.
  • Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!