Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #663989

    Hello,

    I would like to change the mobile menu border color, but NOT the color of the border for the small bar above the main menu – the reverse would also work. I have tried editing the border color for the small bar under advanced styling but this does not work. I just want these two elements to be different colors.

    Thank you.

    #664199

    Hi spozalty,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #667492

    Guessing my last reply didn’t go through, so I’m re-sending the link. Thanks for the help.

    #668412

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #mobile-advanced>li:first-child>a:first-child {
    border-color:green;
    }

    Regards,
    Rikard

    #668693

    No luck – that just changed the border around the first menu item inside of my mobile menu. I would like to change the color of the border around the hamburger menu icon. Additionally I think now I would like to change the color of the hamburger menu icon itself.

    Thank you for your assistance.

    #668897

    Hi,

    Ok, try this instead:

    #advanced_menu_toggle {
        border-color: white !important;
        color: white !important;
    }

    Regards,
    Rikard

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