Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335235
    Cherise
    Participant

    Hi, I would please like some assistance regarding additional css I can add to change the menu text color on a mobile device. I have changed it for a pc, so thats fine, but the physical color of the word “Menu” on a mobile device, I am unable to change. When you first open the website, the color is fine, but once you have clicked on the menu, the color changes to pink.

    #335236
    minal
    Keymaster

    Hello Cherise,

    To change the color of menu word to your desire color, Here is the CSS snippet for it.

    .menu-toggle.toggled-on {
       color: #000;
    }

    Change your desire color value on given CSS

    Hope it works for you,

    Sincerely,
    Minal

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