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

    I added this code in quick css

    #header, #footer { display: none !important; }

    The Footer is correctly hide but not the header, There is still an empty box at the top of the page

    #1229554

    Hey sung789,

    Please try this CSS as well:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0;
    }

    Best regards,
    Rikard

    #1229713

    I tried and it does not work.

    Later I disabled the sticky option and manage reduce the height of the header. but the block with the site name (as there is no logo) is still present (same violet as background so not visible)

    #1230036

    Hi sung789,

    Could you please attach some screenshots of the issue?

    I do not see the header with that code added.

    Best regards,
    Victoria

    #1230055

    You can check it now online, I have changed the header color from violet to green.
    I want to keep violet stuff and hide the green one.

    #1230098

    Hi sung789,

    Do you know that you can also use a blank template:
    Image 2020-07-13 at 21.22.46.png

    It is set in the page attributes.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #header {
        display: none;
    }
    #top #av_section_1 {
        margin-bottom: 0 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1230105

    Great! It works!

    #1230238

    Hi,

    Glad we could help you. Enjoy the theme and have a great day.

    Feel free to come back when you need further assistance.

    Best regards,
    Günter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘hide footer #header { display: none !important; } does not work’ is closed to new replies.