New Landing How can we help? Themeforest Theme Support Flexform Remove Header/Footer From One Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #29251
    jbadrov
    Member
    Post count: 43

    I’m looking to create a landing page in Flexform without the header (including nav) and footer. Any suggestions?

    #29420
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this in Custom CSS.

    .page-id-2 is the page’s id, if the page id is 2 then use this, if the page id is 100 then use it like this .page-id-100

    If you don’t know how to find the page ID, click Edit that page, and in the URL you will find the Page ID, like this..

    page id

    .page-id-2 #top-bar, .page-id-2 #header-section, .page-id-2 #mini-header, .page-id-2 #footer{
    display: none;
    }

    If you don’t want copyright, then use this..

    .page-id-2 #top-bar, .page-id-2 #header-section, .page-id-2 #mini-header, .page-id-2 #footer, .page-id-2 #copyright{
    display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 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