Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #440034

    I’m trying to update the icon color and rollover text on the mobile call button to the blue. This is when you resize to mobile you will see the call button.

    #440516

    Hi glozemedia!

    to make the number blue use this code in Quick CSS:

    @media only screen and (max-device-width: 736px) {
    .call-button-inner {
    color: blue; 
    }}
    

    If you want a blue phone symbol as well, you would need to upload a blue png (as it is an image).

    Best regards,
    Andy

    #441649
    This reply has been marked as private.
    #442248

    Hi!

    I checked the site site and the phone number text is already set to #2d3f73. Please remove browser cache then reload the page. Set the phone image as background so that you can add a rollover effect using css. http://kyleschaeffer.com/development/pure-css-image-hover/

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.