Okay
  Public Ticket #802531
Mobile Site
Closed

Comments

  • Eric started the conversation

    I have changed the background of my website (www.dallas-embroidery.com/utay) to be a black background. The issue I am having is on the mobile site. The icon for the drop down menu just to the right of the company logo is also in black, so you can’t see it. How do I change the color of the drop down menu icon?

    Thanks.

  •  4
    Andres replied

    Hi,

    I was passing by and I saw your message, let me help you.

    Go to appearance --> Editor

    That will open the style.css for the Aurum child theme if you are using child, if you are not, i recomend you to do so.

    After you open de Editor, add to the bottom of the file the following code:

    header.mobile-menu .mobile-logo .mobile-toggles .toggle-menu {

    fill: #fff;

    }

    That will turn the button white, if you need to change the color change the #fff to the color code you need.

  •  1,558
    Laborator replied

    Hi Eric,

    The issue fix has been provided by Andres Molina but if that doesn't work then try this one by going to Custom CSS and add the following code :

    header.mobile-menu .mobile-logo .mobile-toggles .toggle-menu svg {
        fill: #FFF !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group