Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #668168

    In a page I can remove the Menu / header ad logo… how can I remove this in a blogpost?

    #668172

    Hi Jelle!

    Can you please post the link to your page where you would like to remove header?

    Cheers!
    Yigit

    #668181

    Hi Yigit,

    Actually standard on all posts..

    example:

    #668185

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-post #header {
        display: none;
    }

    Cheers!
    Yigit

    #668626

    Hi That workd! And now we would like to do the same on normal pages. …

    What should i Put in to do that?

    AND: we would like to reduce the hight of the white area in the top. (Where the 2 logo’s are in… any idea how?

    Thanx Yigit!

    #668950

    Hi,

    Seems like you figured it out header. Please add following code to Quick CSS to decrease the height of your section

    .avia-section {
        min-height: auto;
    }

    Best regards,
    Yigit

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