I currently have the 'Slide Out From Right' off-canvas menu enabled, but on your mobile phone the font sizes are pretty big... I was wondering if we could change this size, but only for the menu.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 690px) {
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
font-size: 22px !important;
line-height: 28px !important;
}
}
Hi,
I currently have the 'Slide Out From Right' off-canvas menu enabled, but on your mobile phone the font sizes are pretty big... I was wondering if we could change this size, but only for the menu.
Thank you in advance for your reply.
Hey,
Thanks for using Salient.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks! This worked!