Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #257808

    what is the CSS code to change the menu bar color for mobile android or iphone? All attempts so far have been unsuccessful. Thanks!

    #257867
    Skandha
    Participant

    @intuicionyresultados: Hello there,
    Please post in your site URL and let me know what color you would like to change.

    Kind Regards,
    Skandha

    #258129

    Sorry 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.

    #258179
    Skandha
    Participant

    @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,
    Skandha

    #259458

    Thanks 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.

    #259788
    Skandha
    Participant

    @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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how to change menu color for mobile’ is closed to new replies.