Header phone number and email

Home Forums Toothy Theme Support Header phone number and email

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128272
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    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/

    #128488
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header-right i { float:none;}

    Regards,
    Dave

    #128524
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Thank 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/

    #128643
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.