Home Forums Pro Themes Education Hub Pro Menu totally on Top

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63692
    Anonymous
    Inactive

    Hi guys,

    I could removed the tophead with
    #tophead { display: none; }
    How can I remove the next header line?

    Reason for that is, that I would like to have my menu bar op top with a full screen image.

    #63699
    wensolutions
    Keymaster

    Hello @edu_horse,

    To make the menu bar at the top of the screen add below-given CSS along with the CSS you have mentioned.

    .site-header {
        display: none;
    }

    Hope this helps.

    If this not what you meant kindly let us know.

    Best Regards!!

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