Tap to Call Button Color

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Dec 31, 2014.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello

    Is it possible to change the color of the "Tap To Call" button from red to "GREEN"?

    Thx
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    That is an image.
    Please provide URL of website.

    Thanks & Regards
    Pramod
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Have you any image which matched with your requirement ?
    Provide us this help me to give you solution.

    Thanks & Regards
    Pramod
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    The current image is fine if you guys have it in green. If not, no big deal, the blue is fine.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You can try this:
    tap-to-call.png

    Save this image on your computer.
    Upload it on dashboard through your media.
    Copy its path.


    Paste this code in Custom CSS box on theme options panel.

    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .call-us a.btn {
    background: url(URL OF IMAGE) no-repeat;
    }
    }
    @media only screen and (max-width: 480px){
    .call-us a.btn {
    background: url(URL OF IMAGE) no-repeat;
    }
    }
    Note:URL OF IMAGE=address that you copied while uploading image through media.


    Thanks & Regards
    Pramod
     
  7. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    I will try this, however earlier in my post I said from red to green, but it's actually from blue to green. The button you have above is red, if you have in green that would be great to go with the green of the theme.
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Try this image

    tap-to-call.png

    You have to keep your blue button if this will not help.



    Thanks & Regards
    Pramod
     
  9. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    No worries, I pulled out the code as it didnt seem to work and probably not worth the headache.
     
  10. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    OK !Let me know for further queries.

    Thanks & Regards
    Pramod
     
  11. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Will do, Thx.
     
Thread Status:
Not open for further replies.

Share This Page