Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #984927

    Hi guys!! :)

    I am working on a dev environment and so far I have been able to tweak quite a few things by checking answers on the forum but I am stuck here:

    I added this to remove the Menu only for the Home Page and on Desktop. It works like a charm on Safari but on Chrome, it doesn’t.

    /*remove menu from desktop from home page*/
    @media screen and (min-width: 767px) {
    .page-id-367 .main_menu {
    display: none !important;
    }
    }

    I have checked some forums and the answer seems to be adding this to the head: <meta name=”viewport” content=”width=device-width,initial-scale=1″>

    But Enfold already has that.

    I know I am missing something.

    Thank you!!

    Havi

    #984928

    Don’t worry! It was cache persistent!!! I had to flush Chrome’s cache several time but now it looks AMAZING!!! (both on Desktop AND on Mobile!)

    Thank you!!!

    Havi

    #984993

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1167361

    Hi!

    I temporarily opened this thread to share beta version with you. Please see in private content field :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS to Remove Menu from Desktop on Home Page’ is closed to new replies.