Okay
  Public Ticket #1972212
Change website logo on mobile
Closed

Comments

  • Nicolas started the conversation

    Hi,

    I would like to change the menu on top of the home page (see attached).

    Also, I would like the logo not to stay when scrolling the page, can you please help ?


    Cheers.

  •  2,573
    Kevin replied

    Hi Nicolas !

    Add the following css attribute to your style.css file to hide the logo when scrolling the page
    .header-ftc.header-layout2.header-sticky-mobile .logo {
        display: none;
    }

    then the menu will display at the top of the page

    thank you