• Resolved janaglass

    (@janaglass)


    Evolve theme : I would like to change the color of the text in the buttons. I have been able to change the color of the button itself, but have not been able to figure out how to change the button text to make it more readable. Can anyone help with that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 https://www.w3schools.com/tags/ref_colorpicker.asp to find out the color hex code.

    Thanks!

    Thread Starter janaglass

    (@janaglass)

    Url is https://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!

    Thread Starter janaglass

    (@janaglass)

    Perfect! Thank you so much for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Button Text Color Evolve theme’ is closed to new replies.