Hi,
Please post your url here and tell us which button’s text color you want to change. And change to what color? Use this tool http://www.w3schools.com/tags/ref_colorpicker.asp to find out the color hex code.
Thanks!
Url is http://onecharmingmonkey.com
I want to change the color for the text in all of the buttons, including the ReadMore after the excerpt from blog posts as well as the buttons on the home page content boxes and the buttons in the widgets. I have all buttons the same color background and would love to change the text to #6b6b6b. Thanks for your help
Hi there,
Thanks for writing in! if you wish to change the color of all buttons, so please add the following code under Appearance > Theme Options > custom Css:
.btn {
color: #6b6b6b !important;
}
#mc_signup_submit {
color: #6b6b6b !important;
}
.entry-content .read-more a {
color: #6b6b6b !important;
display: block;
font-weight: bold;
text-shadow: none !important;
}
Hope this helps!
Thanks.
emranemranx,
Thank you for working to resolve the concerns over the past two days. I greatly appreciate your efforts!
I would like to change the button colors as well, but no longer have the Theme Options choice under Appearances as I did before, and Customize, Header, and Background under Appearances all lead to a “500 Internal server error.”
Can you give me some direction?
Thanks!
Perfect! Thank you so much for your help.