Home Forums Pro Themes WEN Corporate Pro Hide Header into specific page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43138
    Camilo Monsalve
    Participant

    Hello

    My client needs to hide the header to only in to a specific page of the entire site.
    Do you know how can I doit?

    #43174
    wensolutions
    Keymaster

    Hello camilosebas,

    We can hide the header in the particular page through the use of custom CSS.

    Can you please post your page URL for which you want to remove the header so that we could provide the precise CSS fix?

    Hope you understand .

    Best Regards!!

    #43230
    Camilo Monsalve
    Participant

    Shure! šŸ˜€

    this is the link: https://idcae.com/SAS/sap-business-one/

    By now I’ve solved creating an anchor point right in to the contact form paragraph position.
    But It will be ideal to set this design as a landing page.

    Thank you for any help

    #43260
    wensolutions
    Keymaster

    Hello @camilosebas,

    To disable the header in the page that you have provided the link for use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page-id-4519 .site-header {
        display: none;
    }

    Also, we are not clear what you actually meant by this :

    By now Iā€™ve solved creating an anchor point right in to the contact form paragraph position.
    But It will be ideal to set this design as a landing page.

    So please explain it properly if you need any help on this .

    Hope this helps.

    Best Regards!!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.