How can I change font and text size in the footer? Also, is it possible to reduce the padding between the top and bottom of the footer.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container { padding: 0px; } .footer-container .footer .footer_widget p { color: YOUR COLOR VALUE; } .footer-container .footer .footer_widget ul li a { color: YOUR COLOR VALUE; } .footer_widget { color: YOUR COLOR VALUE; } Thanks & Regards Nitesh Raghuwanshi
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container { padding: 0px; } .footer-container .footer .footer_widget p { font-size: YOUR FONT SIZE; font-family:YOUR FONT FAMILY; } .footer-container .footer .footer_widget ul li a { font-size: YOUR FONT SIZE; font-family:YOUR FONT FAMILY; } .footer_widget { font-size: YOUR FONT SIZE; font-family:YOUR FONT FAMILY; } Thanks & Regards Nitesh Raghuwanshi