Posted in: Newspaper
Oct 21, 2024 at 1:25 pm
Hello,
I thought all hyperlinks should be displayed with the same style but for some reasons phone links aren’t displayed as a clicky text.
Check this page here – https://eurocom.bg/predavaniya/delnitsi-kontakti/ the email is highlighted in blue and when you hover over it is clicky, the phone number is displayed as normal text but when you hover IT IS CLICKY.
Is it normal or?
Oct 21, 2024 at 4:12 pm
Oct 22, 2024 at 9:08 am
Hi,
Your css is minified https://i.imgur.com/THpRkKD.png and seems that is what is not apply -> https://i.imgur.com/THpRkKD.png
You can try this for it
a[href^="tel"]
{
color: var(--td_theme_color,#4db2ec)
}
Thank you!
Oct 24, 2024 at 2:42 pm
<a.href="tel:+123" style="color.: var(--td_theme_color, #4db2ec);">123</a> (without the dots) is how it should be written and works.
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.