Adding my phone number to the top of the header to the right

Discussion in 'Foogo Pro WordPress Theme' started by elly10, Apr 17, 2016.

  1. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi there,

    I would like to add my phone number to the header section to the right please can you advise on how to.

    Many thanks

    Elly
     
  2. priya

    priya Guest

    Hello, Elly..

    Greetings from InkThemes!

    Please follow the screenshot given below.

    foogo_add_contactno_header.png

    Code is as follow..
    Code:
    <div class="call_us">Call Us:<a href="tel:+7552656266">7552656266</a></div>
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    After adding the code, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call_us {
        color: white;
        float: right;
    }
    .call_us a {
        color: red;
    }
    Note: Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi there,

    Thanks for your help, did what you said and nothing happened. I have also being having trouble getting the theme to show and that was on another thread, was told to make the settings.reading set to view latest post which I did and it did work but when I refreshed the page it went back to what it was with no changes showing that I made.
    My site is http://scealseo.com/ hope you can help

    Many thanks

    Elly
     
  4. priya

    priya Guest

    Hello, Elly..

    There might be some cache or plugin issue and that's why the result doesn't reflect on the site, so would you please clear your cache and check the result after that,

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page