Viewing 9 posts - 1 through 9 (of 9 total)
  • #106972
    wanderwine
    Member
    Post count: 4

    Good afternoon,

    Is it possible to deactivate (or hide) the Heading “Row” where page titles & breadcrumbs appear in the template ?

    Many thanks in advance,
    Alexis

    #106981
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes you can do this per page, or do you want to disable this for all pages?

    – Kyle

    #108193
    Nunes
    Member
    Post count: 203

    How i can disable this per page?

    #108362
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can disable through heading options of a page meta settings in admin. Please go to Admin -> Add/Edit Page -> Scroll down to get heading options of page meta, here you can hide heading to remove row of heading with breadcrumb. Hope you will understand.

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #108430
    Nunes
    Member
    Post count: 203

    Maybe I did not explain well, I mean this:
    http://zoid.com.br/~qmeat/charque-com-leite-ao-forno/

    Attachments:
    You must be logged in to view attached files.
    #108444
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    To remove that ass this to your custom css:

    .post-info {
      display: none;
    }

    – Kyle

    #108446
    Nunes
    Member
    Post count: 203

    Works, tnks!!!

    #108447
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    /*To hide a specific page with id 221 */
    .postid-221 div.post-info{display:none !important}
    
    /*To hide all pages */
    div.post-info{display:none !important}

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #108451
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register