Hi ,
Where can I change the color of this menu?
How can I center this menu, it’s to close to the picture.
See the attachment.

Hi ,
Where can I change the color of this menu?
How can I center this menu, it’s to close to the picture.
See the attachment.

HI,
Thanks for writing in!
You can add this in Theme Options > CSS
/* reduce logo size in mobile */
@media(max-width:767px) {
.x-brand img {
width: 200px;
}
}
/* mobile menu colors */
.x-navbar .mobile .x-nav li>a {
color:blue;
boder-color:blue;
}
.x-navbar .mobile .x-nav li>a:hover, .x-navbar .mobile .x-nav .x-active>a, .x-navbar .mobile .x-nav .current-menu-item>a {
color: red;
boder-color:red;
}
}
Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.