Before you ask please READ THIS

Button Colors/Style on Blog Page

edited February 2016 in Chillout Posts: 11
I'm using the Post Grid feature on our blog page, and I like the way it looks except I'm not sure where the button colors are coming from (or the link colors). I've been able to adjust the CSS on the links, but can't get the button colors to change. Can you please send me the CSS to adjust that button color? It's not being selected by the overall theme's default button color. See http://www.fieldstudiesgrandmanan.com/blog/, thanks.
Post edited by sbuntin on

Comments

  • Posts: 1,758
    sbuntin said: It's not being selected by the overall theme's default button color. See http://www.fieldstudiesgrandmanan.com/blog/, thanks
    Yes, it's not. Those buttons are genuine part of Visual Composer design, and in order to change these colors You nedd to overwrite VC styles - please use these two definitions and place them in Chillout Options >> Custom style
    for normal state:
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
      background-color: #f4524d;
      color: #fff;
    }
    and for hover state (I can see that someone already changed the hover color for this button):
    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
      background-color: #f23630;
      color: #f7f7f7;
    }
    Remember to rate our theme if you like it ;)
    All the Best.
  • Perfect, thanks. :-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!