Add click to call button in compass Theme

Discussion in 'Compass WordPress Theme' started by webedge, Jun 15, 2016.

Thread Status:
Not open for further replies.
  1. webedge

    webedge Member

    Joined:
    Feb 28, 2012
    Messages:
    33
    Likes Received:
    0
    Hi --

    I would like to add a phone number to the header on the Compass theme, as a Click to Call button on the Compass Theme. As well, move the menu down a bit to accommodate.

    Is the possible? Please advise.

    Thanks!

    Jim
    [email protected]
    [email protected]
     
  2. priya

    priya Guest

    Hi, Jim..

    Greetings from InkThemes!

    Please follow the screenshot given below.

    add_phone_no_header1.png

    The code is as follow..
    Code:
    <div class="header_text">
                         <a href=tel:040-911-0067>040-911-0067</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 that add the code given below in Custom CSS field of your dashboard..
    Code:
    .header_text {
        float: right;
        margin-top: -28px;
        font-size: 20px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. webedge

    webedge Member

    Joined:
    Feb 28, 2012
    Messages:
    33
    Likes Received:
    0
  4. priya

    priya Guest

    Alright..!!! Jim.

    Hope you will get your issue resolve soon..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. webedge

    webedge Member

    Joined:
    Feb 28, 2012
    Messages:
    33
    Likes Received:
    0
    Thanks Priyanka everything works out fine...
     
  6. priya

    priya Guest

    Great..!!!

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page