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.
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
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