Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373721
    core365
    Participant

    Hi, I’m working on a website and just above the footer there are 3 columns ‘Our Services’, ‘Get in Touch’ and ‘How to Find Us’. In the ‘Get in Touch’ column, there is a phone number which is in white and you can see it on a desktop. When I view it on my iPad or smartphone, the colour changes to the dark brown and you can’t see it against the background! I’ve tried to change this myself by adding the tag <font color=”#ffffff”> before it but it doesn’t make any difference, it still doesn’t appear in white! I’ll appreciate it if you could help!

    The website is:

    Home

    Thanks!

    #1373978
    Joao
    Moderator

    Hi There,

    Try using:

    Call us on <span style="color: white;">024 7660 1351</span>

    Also clean your browser cache before checking it.

    Hope it helps

    Joao

    #1374728
    core365
    Participant

    Hi, unfortunately it hasn’t fixed it, the phone number is still showing in the brown colour. If you’re viewing it, I’ve just changed it on the Home page footer.

    Cheers

    #1374937
    Paul R
    Moderator

    Hi,

    Phone numbers are automatically converted as link so you can tap and call.

    To fix the color, you can add this in Cornerstone > Settings > Custom CSS

    https://www.screencast.com/t/UIPW7GRa

    
    #x-section-6 .myclass a {
       color:#fff !important;
    }
    

    Hope that helps

    #1375051
    core365
    Participant

    Yay! That did it!

    Thanks for your help!

    #1375096
    Rahul
    Moderator

    You’re most welcome!

    Let us know if we can help with anything else.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1373721 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>