Change color: Read more button

Please, in PostGrid the buttons are juicy-pink colored, how can I change color?
see:
http://premiozavattini.it

Tank you
Roberto

Comments

  • Hi,
    You cannot change this in options. You would have to use custom css 
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff !important;
    background-color: #F4524D !important;
    }
    Change the color value for text and background.
Sign In or Register to comment.