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.
Hello, To see your theme in red color Go to Theme Options -->Styling Options and select red color as shown below in screenshot. That will resolve your issue. Thanks & Regards Yogesh Bhade
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.
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. 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
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.
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade