Hello,
Try to use the below code and edit the menu item number to change font-size –
#mobile-dropdown ul li.menu-item-118 a {
font-size: 20px !important;
}
Thanks Amit, but doesnt work Amit. there is no change. Even after saving on customiser. :{ i was trying to make it bold instead.
#mobile-dropdown ul li.menu-item-4330 a {
font-weight: 700 !important;
}
-
This reply was modified 6 years, 8 months ago by
anusha75.
Are you using dropdown or sidr style for mobile menu?
Sidr style
I tried
#sidr-class-dropdown ul li.menu-item-4330 a {
font-weight: 700 !important;
}
but still no luck. What to do?
-
This reply was modified 6 years, 8 months ago by
anusha75.
Try to use the below code –
.sidr-class-dropdown-menu li.sidr-class-menu-item-8964 > a {
font-weight: 700;
}