Change colors

Discussion in 'Blackriders WordPress Theme' started by deveshd, Sep 4, 2014.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I'm using the black theme and everything is good but I want to change the second color of the black theme, i.e. everything purple in this theme to red, how do I do that? example, contact button, lead form submit button, read more buttons etc etc are all purple and I would like to change them to my choice of red.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To see your theme in red color Go to Theme Options -->Styling Options
    and select red color as shown below in screenshot.

    5sep5.png

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Dear Yogesh, please read my question/ issue carefully. I want to use the black theme because I like everything like header etc to be of that color, I only want the "Second" color of the theme changed, for example, in the red theme the second color is green (buttons etc) and in black theme the second color is purple. So I want a combination of black and red not not the default black & purple. Please advise.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS to change background color from purple to red.
    Code:
    .call-us p {
    background: red;
    }
    .call-us p:hover {
    background: rgb(205, 15, 15);
    }
     
    .signupform input[type="submit"] {
    background: red;
    }
    .signupform input[type="submit"]:hover {
    background: rgb(205, 15, 15);
    }
     
    .post .post_content a.read-more {
    background: red;
    }
    .post .post_content a.read-more:hover {
    background: rgb(205, 15, 15);
    }
    Other are the images in purple color so download images and change there color from purple to red.
    6sep2.png
    Following link help you to change color of images.
    http://design.tutsplus.com/articles/how-to-use-color-overlay-within-the-layer-styles-dialogue-in-photoshop--psd-17580

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. destinationauto

    destinationauto New Member

    Joined:
    Sep 19, 2014
    Messages:
    23
    Likes Received:
    0
    Thanks Yogesh.

    However, the buttons on the side widget and footer widget seems to not change.

    How can i change colour of those two buttons?

    Thanks in advance.
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page