Tagged: Breakpoints, enfold, header, social media icons
Hello,
Is there a way to change the color of the header social media icons to their default colors – linkedIn blue for example on active state rather than hover?
I am also noticing there is some navigation overlap on my logos – visible in multiple Enfold instances when the nav is right/logo left. This is probably related to my nav content, just curious if there is a breakpoint adjustment.
z
Hi szimmerdesign76,
Please try the following in Quick CSS under Enfold–>General Styling:
Linkedin icon:
.av-social-link-linkedin a {
color:#419CCA !important;
}
Breakpoint for mobile menu, change the value 1024 to your liking:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Regards,
Rikard