Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #106703
    JRDPHD
    Participant

    When I select a menu as “secondary”, it shows up on my home page on the website as well as on my mobile, and I had thought it should only show up on the mobile. I’m not able to clarify anything about this from existing documentation I’ve seen.

    Would appreciate some help with this.

    Thanks,

    #106718
    Mahesh
    Keymaster

    @jrdphd: It is secondary menu not the mobile menu so it shows up in both desktop and mobile versions. Hope you understand. If you want to hide from any one of them, it can be done with Custom CSS.

    Regards,
    Mahesh

    #106767
    JRDPHD
    Participant

    Wonderful! Thanks for responding, Mahesh.

    So could you give me the css to hide it on my desktop view of the website?

    http://compassionatehardball.com

    #106783
    JRDPHD
    Participant

    Wonderful! Thanks for responding, Mahesh.

    So could you give me the css to hide it on my desktop view of the website?

    http://compassionatehardball.com2

    #106818
    Mahesh
    Keymaster

    @jrdphd: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 768px) {
        #secondary-menu {
            display: none;
        }
    }

    Regards,
    Mahesh

    #106830
    JRDPHD
    Participant

    Worked!
    Thanks.

    #106873
    Mahesh
    Keymaster

    @jrdphd: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘secondary menu showing in home page of desktop website’ is closed to new replies.