• Closed
  • Alicia Lambert
    Spectator
    12.03.2016 at 21:01 #25339

    I apologize that my first post was as a reply to an existing post and not a new post.

    I would like to change the widget button color #0bb697. I was able to change the hyperlink color which is also #0bb697 but I have submit buttons on forms and widgets that are still green #0bb697 and I would like to change the color to match my theme.

    Please tell me what all files I need to change. I changed the color code in style.css and custom-css.php and it didn’t update the color. Still green.

    The website I’m building is http://www.theriseokc.com

    The color I would like to match (or at least get close to): #adf0e7

    Thank you in advance for your assistance.

    Denzel Chia
    Moderator
    Posts: 2656
    13.03.2016 at 09:17 #25374

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home-content-boxes a, .entry-meta .read-more {
    background: #adf0e7 none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #666 !important;
    }

    Thank you