Tagged: header, mobile menu, social icons
HI
I just noticed on the site below that my facebook icon on mobile is next to the burger icon and also in the menu
see here:
I can’t find any code relating to the social icons.
Can you help me with this? I would like the icon only in the menu.
thanks
Nancy
Hey Munford,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av-main-nav .social_bookmarks_facebook {
display: none;
}
}
Best regards,
Rikard
thanks
can you also tell me how to take it out of the menu also so I can understand what’s going on?
yes thanks that was it.