Home › Forums › Toothy Theme Support › Header phone number and email
- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
August 9, 2019 at 8:00 am #128272
Hi, i would like to not use social media in header but add phone number section email as well… I use code this code only phone number section <i class=”fa fa-phone”></i>+66 (0) 38 428 170 <i class=”fa fa-envelope”></i>[email protected]
But i comes icons first and later number and email address.
Temporary address: http://31.217.196.214/~fsmbanat/
August 10, 2019 at 10:30 am #128488Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header-right i { float:none;}
Regards,
DaveAugust 11, 2019 at 5:02 am #128524Thank you very much!! Where I can set bg colour for opening hours? I use also sidebar and like to set background colour different then sidebar bg… http://31.217.196.214/~fsmbanat/index.php/contact-us/
August 14, 2019 at 7:58 am #128643Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.contact_right { font-size: 10px; } #some-facts { background: #ccc; padding: 15px; box-sizing: border-box; } .textwidget.custom-html-widget { background: #f9f9f9; padding: 20px 0 0 0; } .textwidget.custom-html-widget p { padding: 0 15px 0; margin-top: 0; } .contact_right h3 { margin-bottom: 0; }
-
AuthorPosts
- You must be logged in to reply to this topic.