How can I add my Phone Number into the header?

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support How can I add my Phone Number into the header?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #20750
    glascala
    Member

    Hello, Pretty simple question here as stated in the Topic Title.

    I want to know how I can add my company phone number into the the website header area (above the navigation menu) as well as Facebook icon using the custom CSS option.

    Right now I just have the phone number added in the menu options.

    Header Phone Number

    thanks in advance 🙂

    #20757
    Veena
    Moderator

    You can use header area sidebar and add text widget to add phone number and social icon widgets in
    Appearance > widgets .

    #20781
    glascala
    Member

    Phoenix,

    Thanks for that tip but I have added the widgets to the header area and they still refuse to show up…

    Widgets

    #20813
    Veena
    Moderator

    Will get back to you shortly.

    Thanks.

    #20880
    glascala
    Member

    Still unable to figure this out.. please advise.

    #20906
    Veena
    Moderator

    We are looking in to this issue and will get back to you on this ASAP.

    Thanks for your patience.

    #20924
    glascala
    Member

    Thank you for the support! I will check back for a response soon!

    #20941
    Raghavendra
    Moderator

    Can you pls add this line at line number 58 in header.php file and see if that helps?

    mo_display_sidebar('header');
    

    This change will be part of future updates and hence you are safe to make this change in your local install without losing changes with theme updates.

    #20989
    glascala
    Member

    Thanks for this, I was able to get the phone number added but the formatting is quite weird for this. Is there any ways of modifying this? such as removing the background on it or moving the phone number so its right aligned?

    #20991
    glascala
    Member

    I figured out how to remove the background but if you could please tell me how to get the phone # to the right side of the page.

    #21003
    Veena
    Moderator

    Pls use the below custom CSS –

    #sidebar-header aside#text-4 {
        float: right;
    }
    
    #21017
    glascala
    Member

    Thank you!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How can I add my Phone Number into the header?’ is closed to new replies.