i cannot change the button color

Discussion in 'Blackriders WordPress Theme' started by sandradohn, Jul 31, 2014.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I have tried the advice that I found on this forum and cannot change the button color from purple to gold. Please advise me on how to do this. I do not want purple on the website at all. Thanks, Sandra
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .call-us p {
    background: goldenrod;
    }
    .post .post_content a.read-more {
    background: goldenrod;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I have done this and the button with the phone number on the top right hand side is the only thing that changed from purple to gold. The lead box button, design elements on the home page and on the blog post area still are purple and do not match at all. How do I change all these purple elements to the gold? Also, when I click the call button it turns to purple..... Please advise. Thanks, Sandra
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

Share This Page