Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

mobile button

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi

On www.halifaxminster.org.uk I have a purple button with the phone number. This button text changes on tablets and mobiles to allow it to be clickable for a phone call. I don't seem to be able to change the colour of the linked text here.

Any ideas?
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Before I look at this - I would make sure you test on different browsers as ios may manage the telephone number differently than other browsers / OS
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You can set the colours in the button section of the template settings on the right sidebar

However still likely IOS will do it's own thing
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You could try styling IOS using

css-tricks.com/forums/topic/font-color-not-changing-on-iphone-for-numbers/

Been a while since I used this technique so not 100% it still works

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks. Yes it's an iOS thing. I'll investigate.
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
No worries

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Did the above link not work for ios?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
My custom css looks like this:

/* Add your custom styles here */
a[href^=tel] { color: inherit; text-decoration: none; }

And it has made no different on my iPad - see screenshot.

IMG_1824.PNG
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Looks like this style

#topwrap a {
color: #606c76;
}

Try changing the row style for the link colour
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Try wrapping the number in a link tag as plan B
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Number = telephone number

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers