Home Forums WoodMart support forum REMOVE HEADER + NAVIGATION

REMOVE HEADER + NAVIGATION

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #59274

    gilesp
    Participant

    Hi, I want to completely remove the header and navigation for this landing page … https://www.primefactorsmotorcycles.com/gdpr-opt-in/

    Is this possible? If so, can you show me or do it for me.

    Thanks,
    Giles

    Attachments:
    You must be logged in to view attached files.
    #59296

    Hello,

    Please add this custom CSS to the Page settings, enter its editing mode.

    .topbar-wrapp {
    display: none!important;
    }

    .woodmart-top-bar-on .header-overlap, .woodmart-top-bar-on .header-sticky-real {
    display: none!important;
    }

    In addition, set zero in top-margin, top-paddings of the row, columns in the page. I cannot login your site.

    Best Regards

    #59303

    gilesp
    Participant

    Thanks – can you try loggin in again. I just tried it and it works okay here.

    #59404

    Hello,

    Fixed. The above-mentioned code has been added to page settings and top-margins/top-paddings of the row and column are set to be zero.

    Best Regards

    #59413

    gilesp
    Participant

    No, you have done it on the homepage, which is the wrong page. This is a LIVE site so can you put that back ASAP please.

    This is the ONLY page I need to do it on https://www.primefactorsmotorcycles.com/gdpr-opt-in/

    Thanks,
    Giles

    #59416

    Hello,

    Please remove the code from home page and insert in the page you need. Also get back to the previous version of the page to restore the default padding and margins.

    Best Regards

    #59745

    gilesp
    Participant

    Hi … I added it to this page but it hasn’t worked …

    https://www.primefactorsmotorcycles.com/gdpr-opt-in/

    Any ideas?

    #59752

    Hello,

    The page URL you have provided does not have header and navigation. Please inform what the problem is.

    Best Regards

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