Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #657643

    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

    #657935

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.