Okay
  Public Ticket #821935
Footer Hamburger Color
Closed

Comments

  • CONOR started the conversation

    I changed my footer background color to black, now in mobile I can't see the hamburger menu because its black. How do I change the footer hamburger menu color for mobile?

  • [deleted] replied

    Hi Conor,

    Can you please write us your site URL here on comments first? We need to investigate your site and then get back to you if we have possible solution.

  • CONOR replied

    Here you go.  www.typeaclothing.com

  • [deleted] replied

    Hi Conor,

    Can you please add the code below to Custom CSS

    #toggle-menu-svg {
    fill: red !important;
    }
  • CONOR replied

    That changed the top menu red, I need the footer menu. 

  • [deleted] replied

    Hi Conor,

    That is a .svg file and you can't change it's color through CSS.

    Maybe you can change footer background to #333 or something else?

  • CONOR replied

    Ahhhh its an image. Now I see. I will find a way around that. Thanks

  • [deleted] replied

    Hi Conor,

    Good news, i found a solution, please use paste this CSS code on your Custom CSS area:

    footer.site-footer .expand-footer {
        background: url(../images/expand-footer-inv.svg) no-repeat 50% 50% !important;
    }
    
  • CONOR replied

    You the man!

  •   [deleted] replied privately
  • CONOR replied

    I love it so I will later, no problem!

  • [deleted] replied

    Hi Conor,

    It would be great, thank you :)