Home Forums Square Hide Menu Link

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2025
    gen.lee
    Participant

    HI, I’m creating a ppc landing page with this theme. I would like to hide the menu link at the top right corner. I tried adding the following css, but didn’t work.

    .menu {
    display:none;
    }

    Any solutions? Thanks!

    #2037
    Hash
    Keymaster

    Add this CSS

    #sq-site-navigation {
        display: none !important;
    }
    #3356
    jlgarzam
    Participant

    Hi.

    I tried the code you post in Additional CSS, but the menu still appear at the top-right.

    How can i hide the menu, because i just want the front page to be the whole page, i dont want more links.

    #26050
    izabaz
    Participant

    Having the same need, I also tried this css snippet, and it doesn’t work. Please help !

    #26071
    Hash
    Keymaster

    @Isabelle this is for the free Square Theme. Can you please show me your website so that i can check why it is not working.

    #26073
    izabaz
    Participant

    Hi,

    I have actually changed the design so that I am using the menu (it is a one page site leading to two sub sites).

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