Hello, Go to header.php present in your theme directory and add the code given below Code: <h6>Enter your contact number here</h6> Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .social-links h6 { margin-bottom: 0px!important; font-size: 20px; padding: 5px; color: red; float: left; } This will solve your issue. Thanks & Regards Gourav Shrivastava