Before you ask please READ THIS

Custom Button Colors

edited March 2015 in Blame Posts: 28
Hi,

I am hoping that you might be able to tell me how to customize the colors of the buttons that are found in the Button 2 Plug in. I tried adding the code that was listed here: http://support.apollo13.eu/discussion/2657 but no changes were visible even after clearing caches, etc.

Thanks!

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    By "Button 2 Plug in" you mean element form visual composer? If yes then this button has its colors set when you add it to page. Does it work for you?
    image

    With kind regards.
    ss.png
    580 x 838 - 26K
  • Hi,

    I am able to make changes to the colors within the window that you've shown. I was simply hoping that there might be a way to further customize those colors. Any ideas?
  • AirAir
    Posts: 10,970
    Hi there:-)

    Use such code as base for changing colors of orange button
    .a13-sc-button_wrapper .vc_btn-orange {
    background-color: #000;
    }
    With kind regards.
  • Hey!

    That worked perfectly. Any chance you could give me a code for the hover as well? I'll see what I can do about generating it, but if you find it more quickly, great!

    Thanks again,
  • AirAir
    Posts: 10,970
    :-)
    Same code with :hover at end will do the trick
    .a13-sc-button_wrapper .vc_btn-orange:hover {
    background-color: #fff;
    }
    With kind regards.
  • That worked perfectly! Thanks so much!
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!