hello
On mobile i have the social icons on top bar AND after the burger menu
may be it’s because i have put this code to display the icons (there are not visible without that…)
@media only screen and (max-width: 479px) {
ul.social_bookmarks {
display:block !important;
}
i just want the icons B&W in the top bar
you can see that if you go to this web page with a mobile http://mf-prod.com/waterloo/
Hey mediafacto,
Add this to quick css instead:
@media only screen and (max-width: 479px) {
nav ul.social_bookmarks {
display:none !important;
}}
Best regards,
Jordan Shannon