Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199089

    Hi.

    I have an issue with the burgermenu in Enfold theme, which wont change color even if I try to change it using ‘Advanced Styling’
    The burgermenu is white no matter which color scheme I use.

    Thank you in advance.

    #1199172

    Hey MarikaDigitalDogme,

    Please provide a link to the site/page in question so we can look into this further. I’m sure it can be fixed via css.

    Best regards,
    Jordan Shannon

    #1199299

    Hi Jordan,

    The site/page is in a local folder, which means I unfortunately can’t provide you with a link to the site.

    I’ll try to elaborate the issue:
    – If i choose the Enfold predefined color scheme, the burgermenu is white by default – no matter which color scheme I choose.
    – I have tried to custom color the burger menu in ‘Advanced Styling’, where I chose the following items to customize; ‘Menu Item Button’ and ‘Main Menu Indicator’ (mainly just to see, if the page changed what so ever). To this I used the ‘Minimal White’ color scheme (predefined for Enfold) and then I customized the burgermenu to following HEX #30489e. Only the Search icon changes color. I have no trouble changing the color of the text within the burgermenu (parent and child menus). It’s the image/icon of the burgermenu that wont change color.

    I have not yet tried to fix it using Quick CSS, but I’ve searched for possible answers.

    Sincerely,
    Marika
    Digital Dogme

    #1199385

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .header_color div .av-hamburger-inner{
    background:red!important;
    }}

    Adjust the color to whatever you need.

    Best regards,
    Jordan Shannon

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