Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #914223

    Hi,

    Please help me. I’d like to change the burger menu color (on mobile) only specific 1-2 page – for example home page -.

    Thank you,
    Peter

    #914340

    Hey Coursemaker,

    Can you try this css code instead:

    .page-id-1053 .av-hamburger-inner, 
    .page-id-1053 .av-hamburger-inner::after, 
    .page-id-1053 .av-hamburger-inner::before {
        background-color: #f2771f !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #914369

    Hi Nikko,

    Thank you, it’s work! :)

    Can you help me with the social icons in main menu (same problem)?

    Peter

    #914410

    Hi Peter,

    Sure, can you try adding this css code:

    .page-id-1053 .social_bookmarks .social_bookmarks_facebook a {
        background-color: #37589b !important;
    }
    
    .page-id-1053 .social_bookmarks .av-social-link-mail:hover a {
        background-color: ##9fae37 !important;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    #914560

    Hi Nikko,

    Thank you very much! :)

    I’ve modified it a little bit and so it’s super:

    .page-id-1053 .social_bookmarks .social_bookmarks_facebook a {
    color: white !important;
    }

    .page-id-1053 .social_bookmarks .social_bookmarks_mail a {
    color: white !important;
    }

    Peter

    #914646

    Hi Peter,

    You’re welcome, you can also write it like this:

    .page-id-1053 .social_bookmarks .social_bookmarks_facebook a,
    .page-id-1053 .social_bookmarks .social_bookmarks_mail a {
        color: white !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #1182066

    Hey Niko,
    I’ve tried this code and it doesn’t work for me..
    My challenge is that the social icons are white(?) or transparent on this menu – http://marketingbehindcloseddoors.com/
    and you only see them when you mouse over

    how do I fix that?

    #1182218

    Hi yifatcohen,

    The code above is not applicable on your site, since I don’t see any icons at all.
    That is a bug from the previous version which is fixed in Enfold 4.7.1 above.
    If you aren’t ready to update yet, you can apply the solution posted by Rikard: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/

    Best regards,
    Nikko

    #1185798

    Thank you!

    #1185886

    Hi yifatcohen,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menu icon color change only specific page’ is closed to new replies.