-
AuthorPosts
-
June 12, 2021 at 9:41 am #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
FranzJune 14, 2021 at 7:31 am #1305531Hi 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,
RikardJune 14, 2021 at 7:40 am #1305534Hallo Rikard
have now inserted this code
now it shows me empty areas in the slider
partly black partly white,different whether in fireox or edgethank you and kind regards
FranzJune 15, 2021 at 9:30 am #1305743Hi 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,
RikardJune 15, 2021 at 4:35 pm #1305845hello 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 menuFor 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 numberThank you
kind regards
FranzJune 17, 2021 at 4:10 am #1306104Hi 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,
RikardJune 17, 2021 at 6:48 am #1306122hello rikard
I think we have misunderstood each other
I do not want to hide the social iconsI only want to hide the 2 menu items in the mobile view.
at the top of the header the 2 social icons must remainthank you and kind regards
FranzunPrintscreen below
June 18, 2021 at 6:17 am #1306287Hi 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,
RikardJune 18, 2021 at 7:02 am #1306290Hello 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 fitsyou can then close this request
with kind regards
FranzJune 19, 2021 at 5:22 am #1306478 -
AuthorPosts
- The topic ‘Number of menu-items?’ is closed to new replies.