Telephone number color change

Discussion in 'Appointway WordPress Theme' started by pauljw, Jul 9, 2014.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I need to change the colour of the telephone numbers at the top of the page, they are too light now, Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .call-us p {
    color: red;
    } 
    In place of "red" you can put your color or color code.
    This will fulfill your requirement.
     

Share This Page