Before you ask please READ THIS

Button color set - can it be customized?

edited October 2014 in Blame Posts: 30
At some point, did the color values change for VC Button2 in this theme?

I use the color "orange" for the buttons on my website, and they now appear to be a lighter shade of orange than they were when I initially defined them.

I usually think of the color orange as #ff6600, but the color that is now represented as "orange" is a much lighter #f5b14b -- a color I think of as more "golden yellow".

I don't dispute the judgement of color set, but this raises the question: is the color set for buttons editable by users? How can I either redefine "orange" in this theme or create a custom color?

Thank you.

Michael

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    mkolowich said: At some point, did the color values change for VC Button2 in this theme?
    Even if then change was made in Visual composer plugin in new version, not by us.

    To redefine orange button you can use this custom CSS:
    .vc_btn-orange {
    background-color: #ff6600;
    }
    Custom color is not possible to set for this element.

    Hope that helps:-)

    With regards,
  • That worked perfectly -- thank you.
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!