Hello!
I am on renew 2 and wondering how to achieve a menu dropdown similar to this:
It seems that the current menu dropdown with a light background is difficult to use.
Hello!
I am on renew 2 and wondering how to achieve a menu dropdown similar to this:
It seems that the current menu dropdown with a light background is difficult to use.
HI There,
Thanks for writing in!
You can achieve similar design width custom CSS. There is no such option to make the design similar.
Please add this CSS to your Theme Option -> Global CSS
.x-navbar .x-nav-wrap .x-nav > li > a:hover {
background: #6085ff;
color: #fff;
}
.x-navbar .x-nav-wrap .x-nav > li .sub-menu {
background: #6085ff;
}
.x-navbar .x-nav-wrap .x-nav > li ul a {
background: #6085ff;
color: #fff;
}
.x-navbar .x-nav-wrap .x-nav li ul a:hover {
opacity: 0.8;
}
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.