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):
#slide-out-widget-area .widget h4 {
font-size: 15px !important;
}
#slide-out-widget-area .widget ul li {
font-size: 18px !important;
line-height: 32px !important;
}
Hey,
how can I change the font size in the dropdown menu?
see image below!
Hey Again,
I believe its the Off Canvas Widget Area.
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
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
Awesome!
Thank you.. worked!