Reply 13478 to: Legenda theme on Windows mobile

Avatar: Eva
Eva Kemp
Support staff
August 25, 2014 at 15:03

Hello,

I didn’t switch off the plugins. This is the standard color for responsive design. If you want to have the whole menu white you need add this code into custom.css file:

@media (max-width: 767px) { .mobile-nav-shown .mobile-nav {
    background-color: white;
}
.side-block .close-block {
    color: #000;
    background-color: #FFF;
} }
.et-mobile-menu li > a {
    background: none repeat scroll 0% 0% white;
}
.et-mobile-menu li .open-child {
    background-color: #FFF;
}

To change the color of “+” icons you need edit the image wp-content/themes/legenda/images/small-plus.png with some image editor.

How to create custom.css file you can watch here.

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.