• Resolved abdullah340

    (@abdullah340)


    How to remove header from entire site
    as I have remove it from the Appearance-> customize
    but still it display
    and theme i have use is intact
    And I have added a new header by creating it from elementor but both theme and elementor header are creating are conflict.
    Can you tell me that how to remove the default theme header ?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @abdullah340,

    You can follow the steps given below:

    1. Create a child theme of your current theme. Refer this link if you don’t know about child theme
    2. Then copy the header.php file from your parent theme to child theme folder
    3. Comment entire code in the header.php file
    4. Navigate to Appearance -> Themes
    5. Activate child theme
    6. You will not see the deafault theme header

    Please let me know if this solution works for you or not.

    Thread Starter abdullah340

    (@abdullah340)

    Dear
    I don’t have access to backend
    Should i fix it without backend

    Hello,

    @abdullah340
    You can remove default theme header from your site using below CSS code,
    .navbar.navbar-default{display: none;}

    Thanks!

    Thread Starter abdullah340

    (@abdullah340)

    fixed thanks

    Hello,

    @abdullah340

    If your problem is solved then please mark as Resolved so others who have faced this type of problem can find the solution easily.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove header from entire site’ is closed to new replies.