Color of Phone Number In Header

Discussion in 'Local Business WordPress Theme' started by ninjainktheme, Jul 16, 2013.

  1. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    How can I change the color of the phone number and text on the right side of the header? From other posts I piced the following code together but it does not seem to work.

    .call-us a {
    font-family: FolksLightRegular;
    color:c60019;
    font-size: 20px;
    }
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .call-us p {
    color: red ! important;
    }
    Inplace "red" you can put your color or color code.

    This will solve your issue.
     
  3. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    I have tried the code but it is not working. It does not change the color of the phone number or text.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    Hi I have emailed the weblink and userid an password
     
  6. Piyush

    Piyush Support Staff

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

    We have checked the above given code in the previous reply, in your dashboard and it is working fine.
    So your issue has been resolved, you can check your website.
     

Share This Page