Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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….

    #758467

    Hey amepro,

    Can you please provide a link to the site and section in question.
    Best regards,
    Jordan Shannon

    #758488

    Ji 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

    #758490

    furthermore 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?

    #758523

    Hi,

    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 Shannon

    #758605

    Sorry Jordan, it does not work, telephone number remains blue and underlined….

    #758646

    Hi,

    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 Shannon

    #758664

    Hi 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 page

    thank you

    #758765

    Hi,

    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 Shannon

    #758882

    Hi 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 OK

    #759014

    Hi,

    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

    #759023

    Thank you

    #759033

    Hi,

    No problem. I am glad this was able to worked out. If you need additional help, please contact us here.

    Best regards,
    Jordan Shannon

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