This theme also has a call to action button and I want to change it to my logo color.
Here is the code for that:
.call-to-action a.button {
border-color: #3a520b;
background: #3a520b;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a520b), color-stop(100%, #3a520b));
background: -webkit-linear-gradient(top, #3a520b, #3a520b);
background: -moz-linear-gradient(top, #3a520b, #3a520b);
background: -o-linear-gradient(top, #3a520b, #3a520b);
background: -ms-linear-gradient(top, #3a520b, #3a520b);
background: linear-gradient(top, #3a520b, #3a520b);
box-shadow: 0 1px 5px #CCCCCC;
}
New call to action button:
If you are at all uncomfortable with working with CSS or just a little nervous, you can always build a siterubix website to practice on and test what you want done. Just add your current theme to the siterubix and give it a try.
I hope you liked my tutorial and found it helpful.
If so, please like and comment below.
Also, if you are having trouble locating the proper code for your theme, leave your question and name of your theme in the comments and I will see if I can help you locate it.
I use Simple Custom CSS too, and it's been great. It keeps my changes, even if the theme undergoes a major upgrade. Unfortunately, if I change themes, I have to go back and adjust the changes I made in the plugin. Overall though - no complaints!
Nicely done!
Dennis