Skip to content
Public Ticket #6284

Color and text mobile navigation

Conversation thread

Penci Design replied

Staff Reply

Hi,

1/ It seems that  button is menu toggle mobile sidebar, not hamburger .

Please try go to Customize  > Colors for Header, then scrolldown to "Icon Menu Mobile Color" option , then change any color you want as screenshot http://prntscr.com/m4ym71

2/ Please try go to Customize  > Vertical Mobile Nav,  then scrolldown to Colors box then change color button close as screenshot http://prntscr.com/m4ynh1

If it still not work, don't worry about this issue. After you update code on hosting, i will check it help you.

Best Regards,

PenciDesign

ISOLE-GRECHE replied

Customer Reply

I'm working offline. When the website will be online, I'll send you admin credentials.

Penci Design replied

Staff Reply

Hi there,

Can you please share login credential details ?

WordPress admin URL
Username
Password

So that I can take closer look on that issue.

Best Regards,
PenciDesign

Penci Design replied

Staff Reply

Hi,

1/ Change hover hamburger color, please go to Customize >  Colors for Header  then scrolldown to "Icon Menu Hamburger Color Hover" option and change any color you want as screenshot  http://prntscr.com/m4ahou

2 / Change X color of close button, please go to Customize > Addtional CSS, add custom css to do that

color button : 

.penci-menu-hbg-inner #penci-close-hbg:before,
 .penci-menu-hbg-inner #penci-close-hbg:after{ background: #888; }

color hover :

.penci-menu-hbg-inner #penci-close-hbg:hover:before, 
.penci-menu-hbg-inner #penci-close-hbg:hover:after {
    background-color: #111;
}

You can change  color button and color hover to  any color you want.

Best Regards,

PenciDesign

Penci Design replied

Staff Reply

Hi there,

Add the following code in Customizing > Additional CSS

.mobile-sidebar .primary-menu-mobile li a,
.mobile-sidebar .dropdown-toggle.fa-angle-down:before{
    color: #f0f;
}
.mobile-sidebar .sidebar-nav-social a{
    color: #b31313;
}
.menu-toggle {
    color: #0e1194;
}

Change the hex color code to make changes in color and let us know if you need any help further.

Best Regards,
PenciDesign

ISOLE-GRECHE started the conversation

Conversation Start

I can't change color and text, social icons and hamburger of mobile navigation (http://prntscr.com/m4178s). I tried with Vertical Mobile Nav, but it had no result.

Want to join this conversation or access attachments? Sign in first.