New Landing How can we help? Atelier Remove header from search pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #215221
    nomad
    Member
    Post count: 39

    HI,

    Can anyone help…. im trying to remove the header from the search results page (image attached).
    2. is it possible to remove the header from a page and still keep the top menu? i am using
    .page-id-277278 #top-bar{
    display:block!important;
    }
    but still having issues because when i remove header in swift page backend it removes the top header of the page too?

    regards,

    Ken

    Attachments:
    You must be logged in to view attached files.
    #215241
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    /*Hide header at search page only*/
    .search .header-wrap{
    display:none !important;
    }
    
    /*Hide header at any page only. just change the page id*/
    
    .page-id-2 .header-wrap{
    display:none !important;
    }
    

    Thanks
    Mohammad

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