Okay
  Public Ticket #907586
only show logo in collapsed menubar
Closed

Comments

  •  2
    Jelle started the conversation

    Hi,

    I want to make some changes to my menubar, but I'm not sure where to start.


    When I open up the website I don't want the logo to appear in the lefthand corner. However, when I scroll down I want it to appear, I'm not quite sure how to pull this off.


    Thanks in advance,


    Jelle

  •  840
    Jelly replied

    Hi,

    Please add the css code in the path: muziq -> css -> muziq.css, please put it in the end of the file:

    header#jHeader .navbar-brand {
    display: none;
    } header#jHeader.overflow.fixed .navbar-brand {
    display: block;
    }

    Best Regards,
    Jelly Team