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
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.
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 Thanks & Regards Gourav Shrivastava
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
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