Okay
  Public Ticket #2569441
Adding custom CTA button colors
Closed

Comments

  •  2
    gluon started the conversation

    Hi there,

    How can we add custom color to our CTA buttons?

  • [deleted] replied

    Hi gluon,

    Can you please send me the URL of any page that you are using CTA button?

    Thanks!

  •  2
    gluon replied

    The website is not online (coming soon page)

    My question is just: is it possible to add custom color for CTA, or are we locked with the about 20 colors pre-coded ?

  • [deleted] replied

    Hi gluon,

    It is not possible by default but I can give you a CSS code to make those color changes if you need.

    Thanks!

  •  2
    gluon replied

    If that is possible, I'd like to get it. 

  • [deleted] replied

    Hi gluon,

    Please see this example: https://d.pr/v/V6Zp2G

    Also this is the CSS code example that I used to change the colour.

    .vc_general.vc_cta3.vc_cta3-style-classic {
        border-color: red;
        background-color: yellow;
    }

    As for the button https://d.pr/v/9NnAZU

    here is the CSS code:

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border-color: red;
    background-color: yellow;
    }

    Have a nice day!

  •  2
    gluon replied

    If I can select Classic for style, Classic is not in my Color list menu as shown there.

  • [deleted] replied

    Hi gluon,

    I was thinking that you are talking about the CTA (Call to Action) element. Now from your last reply I learned that you are talking about the Button element.

    You have the Custom area for the Button element as you can see on this video: https://d.pr/v/xG3kt2

    Thanks!

  •  2
    gluon replied

    thanks a lot. everything is ok.

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!

    Will set this ticket as solved from here.