Header color from grey to White?

Discussion in 'Blackriders WordPress Theme' started by wyse2015, Feb 19, 2015.

Thread Status:
Not open for further replies.
  1. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    1. How to change from grey to White color?
    2. How to change the purple color to green and hyperlink it?
    3. Also make the text bold?
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

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

    Code:
    .header_container {
    background: white;
    }
    .call-us p {
    background: green;
    font-weight: bold;
    }
    To add hyperlink please follow the screenshot.
    blackrider_add_link_To_call_us.png

    Thanks,
    Praveen
     
  3. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    Thankyou Naveen.

    Question: How do i change the font color of the phone number TEXT in the header please?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Use this css code.
    Code:
    .call-us p {
    color: green !important;
    }

    Thanks,
    Praveen
     
  5. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    Hi Praveen.


    That didnt work.
    What i mean is, how to change the text from grey /black to white?
     

    Attached Files:

  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Use this css code.

    Code:
    .call-us p a {
    color: red !important;
    }
    Thanks,
    Praveen
     
  7. wyse2015

    wyse2015 Member

    Joined:
    Feb 12, 2015
    Messages:
    37
    Likes Received:
    0
    Location:
    Sydney
    perfect.
    thankyou
     
Thread Status:
Not open for further replies.

Share This Page