Change Tap To Call to Order Online Now

Discussion in 'BlackBird WordPress Theme' started by stevegee, May 2, 2014.

  1. stevegee

    stevegee New Member

    Joined:
    Jun 11, 2013
    Messages:
    6
    Likes Received:
    0
    Hi team

    Our business is not set up to handle or encourage phone contact. However we love the Tap To Call feature in principle.

    Is it possible to do two things:
    • Replace button with Order Online Now text
    • Make the button link to our Buy Now page
    Our site is http://eczemahelp.com.au/

    Kind regards

    Steve
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Theme Options > General Settings panel in your dashboard and
    paste the code given below in the Home Page Top Right Address section.

    Code:
    <a href="https://www.google.co.in/"><span class="buy_button" > Buy Now </span></a> 
    Now,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    span.buy_button {
    background: red;
    color: white;
    padding: 4px;
    border-radius: 5px;
    }
    @media only screen and (max-width: 767px){
    .header-info a.btn {
    display: none;
    }
    }
    In place of "red" and "white" you can put your color or color code.
    This will solve your issue.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Go to images directory present in your theme directory and replace your image with present button image or edit it.

    The name of image is "tap-to-call.png"

    Note:- Use same name for your edited image and remove the current image.

    2. Go to header.php present in your theme directory and follow the instruction as shown in image given below

    2014-05-02_1216.png



    Thanks & Regards
    Gourav Shrivastava
     
  4. stevegee

    stevegee New Member

    Joined:
    Jun 11, 2013
    Messages:
    6
    Likes Received:
    0
    Hello

    Thanks for this, however, now the Tap To Call button has gone and is just replaced by a red button area instead. I know how to change the red, what I'd prefer is for my replacement tap-to-call.png file to be used.

    Any clues?

    PS I have moved the site to a development server to experiment with changes. It is now at patrickbaker.biz/grapes
     
  5. stevegee

    stevegee New Member

    Joined:
    Jun 11, 2013
    Messages:
    6
    Likes Received:
    0
    Hello, is it possible to get your wisdom on this situation? Steve
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Could you please clearly explain your issue.
    Do you want to remove blue "Tap To Call" button or you want to change red color of button.

    Or you have any other query then do let us know. We will solve your issue.

    Waiting for your reply.

    Have a nice day.



    Thanks & Regards
    Gourav Shrivastava
     

Share This Page