Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Mobile menu colors

New Front EN Support Forums Ikebana Theme Support Mobile menu colors

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38260
    phelectro
    Member

    How do I change colors on the mobile menu for Ikebana 3.5 so that I can read it. It is now a solid red #bd1e2d and I am not able to see the menu items on jennadoughton.co

    • This topic was modified 5 years, 4 months ago by mmsatori.
    #38301
    mmsatori
    Keymaster

    Hello Brian,
    thank you for choosing Ikebana!
    Please try adding this line to the “Style: Add Custom CSS” tab of the Theme Options panel:
    .mobilemenu ul li a { color: #000; }

    #45443
    phelectro
    Member

    How do I change colors on the mobile menu for Ikebana 3.5 so that I can read it. It uses a solid black background, and I would like all of the mobile menu items (text) to appear white. Also the word “menu” would have a white outlined box around it, and the horizontal 3 lines. I am not able to see the menu items on stylewithacause.com

    • This reply was modified 5 years, 4 months ago by mmsatori.
    #45649
    mmsatori
    Keymaster

    Please try this CSS snippet: #mobilemenu { color: white; }

    #45903
    phelectro
    Member

    Thank you for your help. I was also able to edit more of the appearance how I wanted using this:

    #mobilemenu { color: white; }

    .mobilemenu ul li a:hover { background-color: #333; }

    .mobilemenu a:link { color: #ffffff; }

    .mobilemenu a:hover { color: #be2c41; }

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