change colour of phone icon and phone number

Discussion in 'Appointway WordPress Theme' started by blackdog2020liz, Jan 18, 2016.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    I am trying to change colour on www.tonicpilates.com.au

    I tried .call-us p {
    color: #AF2626;
    }

    but ir didn't work.
    Many thanks
    Liz
     
  2. priya

    priya Guest

    Hello Liz,

    Greetings from InkThemes!

    To change the color of phone number, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call-us p {
        color: black;
    }
    And for phone icon, let me tell you that is just an image so it's not possible to change color of that icon...

    Hope you will understand..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page