Menu color

Home Forums Dzen WordPress Theme Menu color

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 8 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13052

    vinisene
    Participant

    Hello,

    I bought the theme Dzen and need to know how can I change the menu color – (those icon of the three risks) when the screen is in the size of a phone.

    Currently it is the same color as the background of the menu and when I fit the screen to a smaller size, the menu becomes “invisible”… So anyone who accesses by the phone can’t view the options for accessing the menu pages.

    I would like to be white in color and if possible to not to change any other color of the menu or the font. It’s possible?

    My website is:

    http://decorarquitetura.com.br/wp/

    Thank you.

    #13063

    ab-themes
    Keymaster

    Hello,

    yes you can change this with CSS code.
    Go to the wp-content\themes\revelance\css\responsive.css file and go to the line 162, you will see code looking like this:

    #ABdev_menu_toggle {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 24px;
        z-index: 2000;
    }

    change it with this one:

    #ABdev_menu_toggle {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 24px;
        z-index: 2000;
        color: #fff !important;
    }

    this will change the color of toggle button to white.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Menu color’ is closed to new replies.