-
AuthorPosts
-
March 9, 2017 at 5:22 pm #758464
Hi, when I write a phone number i appears blue and underlined. I need to change that color and not underlined due to the fact that is not consistent with colours of the site….
March 9, 2017 at 5:25 pm #758467Hey amepro,
Can you please provide a link to the site and section in question.
Best regards,
Jordan ShannonMarch 9, 2017 at 6:17 pm #758488Ji Jordan,
this is the link to the page:http://www.imperodellatenda.com/about/
the section is the blue underlined phone number. the client would want colors consistent with the site and not underlined
thank you
March 9, 2017 at 6:24 pm #758490furthermore there is another problem on an ipad mini (1024x768px and 163ppi) logo is superimposed on the menu …..
What can I do to avoid this problem?March 9, 2017 at 8:13 pm #758523Hi,
For your first issue, If you are speaking of the phone number in the second paragraph you can try something like this in quick css:
p strong font font {
color: #0060B6;
text-decoration: none;
}p strong font font:hover
{
color:#00A0C6;
text-decoration:none;
cursor:pointer;
}You can adjust the color to whatever you need.
Best regards,
Jordan ShannonMarch 9, 2017 at 10:38 pm #758605Sorry Jordan, it does not work, telephone number remains blue and underlined….
March 10, 2017 at 1:08 am #758646Hi,
Please put a screen shot of the number. I am seeing it as a brownish color with no underline. Also, if you can add the admin login data that would be helpful as well.
Best regards,
Jordan ShannonMarch 10, 2017 at 3:10 am #758664Hi Jordan, in private content you’ ll find all access info. The blue underlined number is in the following picture:
Blue underlined phone number
and is in this page
interested pagethank you
March 10, 2017 at 9:37 am #758765Hi,
I added the following and it seems to have worked:
p strong font font {
color: #b6a59a !important;
text-decoration: none !important;
}p strong font font {
color: #b6a59a !important;
text-decoration: none !important;
}p strong
{
color:#b6a59a !important;
text-decoration:none !important;
cursor:pointer!important;
}Best regards,
Jordan ShannonMarch 10, 2017 at 1:43 pm #758882Hi Jordan, I verified and using Microsoft Edge (even after cache clearing)…….
nothing is changed…… the phone number is already blue and underlined…..
while with Chrome and Firefox is all OKMarch 10, 2017 at 4:54 pm #759014Hi,
I added the following to the header:
<meta name="format-detection" content="telephone=no">
This should now be fixed on Edge as well.
Best regards,
Jordan Shannon- This reply was modified 7 years, 8 months ago by Jordan Shannon.
March 10, 2017 at 5:05 pm #759023Thank you
March 10, 2017 at 5:18 pm #759033Hi,
No problem. I am glad this was able to worked out. If you need additional help, please contact us here.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.