Tagged: menu bar color for mobile
- This topic has 5 replies, 2 voices, and was last updated 3 years, 2 months ago by Skandha.
-
AuthorPosts
-
September 1, 2020 at 11:55 am #257808intuicionyresultadosParticipant
what is the CSS code to change the menu bar color for mobile android or iphone? All attempts so far have been unsuccessful. Thanks!
September 2, 2020 at 1:33 am #257867SkandhaParticipant@intuicionyresultados: Hello there,
Please post in your site URL and let me know what color you would like to change.Kind Regards,
SkandhaSeptember 3, 2020 at 4:42 pm #258129intuicionyresultadosParticipantSorry for my poor English.
intuicionyresultados.com is my site
I want to change the color of the bar menu, the background color, where you can see INICIO, SERVICIOS, and the others.
But in the mobile android or iphone.
Now you can see the bar menu in the mobile that it’s a gray color, I want to change to blue.Thanks very much.
September 4, 2020 at 4:05 am #258179SkandhaParticipant@intuicionyresultados: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 812px) { #menu-toggle, .main-navigation a { background-color: #2581aa; } .header-sidebar .widget ul.menu a { color: #fff; } }
You can change the color according to your choice.
Let me know if this is what you want!
Kind Regards,
SkandhaSeptember 18, 2020 at 7:39 am #259458intuicionyresultadosParticipantThanks very much Skandha, sorry for my late answer.
Yes it was I wanted.Two other cuestions if it possible?
1. When you enter to intuicionyresultados.com the INICIO menu is selected in dark background color if your are using a PC. I would like to change to gray color for the background of the selected menu when you enter from a PC, a computer.
2. And the same if you enter from a mobile (I have Android), I would like to change the background color of the selected menu to gray.
What are the CSS codes?
Thanks a lot.
September 21, 2020 at 12:42 am #259788SkandhaParticipant@intuicionyresultados: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..main-navigation .current_page_item > a { background-color: #777; }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘how to change menu color for mobile’ is closed to new replies.