Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
STYLES IN THE MENU MOBILE
e2egroup
August 2018
in
Menu / Mega menu
How can I add a colored background to one of the menu items that only changes in the mobile version?
With CSS you can't because it also changes in the desktop version.
Comments
Pablo
August 2018
edited August 2018
Hi,
You can do it only with using Custom CSS
@media
(max-width:767px){
.yourclass{
background:mycolor;
}
}
Thanks.
Sign In
or
Register
to comment.
Comments