Tagged: logo, mobile, navigation, social icons
Hey, i would like to swap logos for mobile sizes. I’ve tried all the solutions for this that i find on the forum but none worked for me.
Also; i’d like to hide the social icons on mobile.
Please advise, thank you in advance! j
This is the logo i would like to swap to on mobile;
Hey,
1- Please refer to this post – https://kriesi.at/documentation/enfold/logo/#use-a-different-logo-on-mobile
2- Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 480px) {
.social_bookmarks { display: none !important; }}
Cheers!
Yigit
Thank you as always, Yigit!