#55258 Change color of submenu itens
Landing › Forums › JupiterX WordPress Theme › Change color of submenu itens
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Danilo Miqueias 2 years, 2 months ago
I would like the submenus titles to be in color #bbd393 even when inactive.
See attached.Is that possible? Can you help me?
Thanks.
Nodari Support Team 2 years, 2 months agoHello Danilo
You can use this css code in appearance > customize > additional css:
@media (max-width: 767px){ .raven-nav-menu-mobile .raven-submenu li.menu-item a { color: #bbd393 !important; } }
Danilo Miqueias 2 years, 2 months agoThanks Nodari,
However, all items turned green.
I would like only “Móveis”, “Sofás” and “Poltronas” to turn green.It is possible?
Thanks.Amir Rather Support Team 2 years, 2 months agoPlease try this CSS instead:
.raven-submenu-item.raven-link-item.has-submenu { color: #bbd393 !important; } a#sm-1586189695382481-1 { color: #bbd393 !important; }
To see if this helps?
Alexander Hutsol Support Team 2 years, 2 months agoHello,
You are welcome 🙂
Feel free to create a new topic if you have any other questions.
Regards.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)