Skip to content
Public Ticket #23726

vertical mobile navigation amp background color

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please add this CSS code to your site:

.mobile-sidebar .primary-menu-mobile li.current-menu-item a {
    color: #fff;
}

Regards,
PenciDesign.



progettofl2021 replied

Customer Reply

thx for current category menu color ?

PenciDesign Supporter replied

Staff Reply

Hi,

Please add the following CSS code to your site:

.mobile-sidebar .primary-menu-mobile li a {
    color: #fff;
}
.mobile-sidebar .primary-menu-mobile li a:hover {
    color: #f1f1f1;
}

Regards,
PenciDesign.



progettofl2021 replied

Customer Reply

thx and for menu item color of vertical mobile navigation AMP?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Penci AMP → Custom CSS then add the following custom CSS code:

.mobile-sidebar {
    background-color: #f1f1f1;
}

Change #f1f1f1 to the color you want to show.

Regards,
PenciDesign.



progettofl2021 started the conversation

Conversation Start

where i can change the background color of vertical mobile navigation AMP background color???

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