Hi,
is it possible to enlarge the font and the social icons in mobile device sub-menu?
At the moment you can only open the sub-category with +, but most users don't understand that. Is it possible to open the sub-category also via first category and +?
Thank you
Claudia
Comments
Paste it into Theme Options > Custom CSS & JS > CSS
#Side_slide .social{Thanksfont-size:24px !important;
}
#Side_slide span{Thanksfont-size:20px !important;
}