How to make the font size in footer area smaller? The font size in red box must be same size with the contact information. Refer attachment. Thank you.
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):
.widget ul.nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li .post-title {
font-size: 15px !important;
}
#footer-outer .widget.widget_nav_menu li a {
font-size: 15px !important;
}
Hi,
How to make the font size in footer area smaller? The font size in red box must be same size with the contact information. Refer attachment. Thank you.
Hey Again,
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