Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1305390

    Hello together
    I have found on the homepage (see below)
    created 2 individual links
    For Facebook and for Instagram
    now I would like these two menu items not to be displayed on mobile devices
    See example below
    How can find out what number these two menu items have.

    Thanks in advance
    Kind regards
    Franz

    #1305531

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #header_main ul.social_bookmarks {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1305534

    Hallo Rikard

    have now inserted this code

    now it shows me empty areas in the slider
    partly black partly white,different whether in fireox or edge

    thank you and kind regards
    Franz

    #1305743

    Hi Franz,

    Thanks for the update. I’m not sure that I’m seeing the problem in the slider on my end, could you post a screenshot of what you are seeing on your end please?

    Best regards,
    Rikard

    #1305845

    hello rikard
    I think something went wrong with this request.

    here again the question from above:
    Hello all
    I have created 2 individual links on the homepage in the menu

    For Facebook and for Instagram

    now I want that these two menu items are not displayed on mobile devices

    How can I find out what number these two menu items have.

    have done this before example below
    but don’t know how to find out number

    Thank you
    kind regards
    Franz

    #1306104

    Hi Franz,

    Thanks for the update. The CSS I posted earlier should hide your social icons on mobile. If it doesn’t work, or if you should need further help, then please post admin WordPress login details in private, so that we can try to add the CSS for you.

    Best regards,
    Rikard

    #1306122

    hello rikard
    I think we have misunderstood each other
    I do not want to hide the social icons

    I only want to hide the 2 menu items in the mobile view.
    at the top of the header the 2 social icons must remain

    thank you and kind regards
    Franzun

    Printscreen below

    #1306287

    Hi Franz,

    Thanks for the clarification. I’ve added this for you in Quick CSS:

    .menu-item-3075.av-active-burger-items, .menu-item-3076.av-active-burger-items {
      display: none;
    }

    Please review your site.

    Best regards,
    Rikard

    #1306290

    Hello Rikard
    Thanks a lot
    Now it fits great
    still a small remark
    If I leave the code as you have written it
    the two icons flare up briefly
    if I do it separately as described below
    then it fits

    you can then close this request

    with kind regards
    Franz

    #1306478

    Hi Franz,

    Great, I’m glad that you got it working. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Number of menu-items?’ is closed to new replies.