Okay
  Public Ticket #997120
Button styling
Closed

Comments

  •  2
    growbeyond started the conversation

    How can I edit the style of my buttons? I’ve tried doing custom CSS in my child theme, but it seems to be completely ignoring it. Specifically I want to change the font size, border radius and height of the buttons.

  • [deleted] replied

    Hi there,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    — What button you want to style and — please send us some screenshots of that place — and the URL too.

    Thank you!

  •   growbeyond replied privately
  • [deleted] replied

    Hi there,

    You have multiple options to choose on the Button element of the Visual Composer as you can see on this video http://drops.laborator.co/1tLp

  •   growbeyond replied privately
  • [deleted] replied

    Hi there,

    This is how i easily created a big button through Button element on Visual Composer http://drops.laborator.co/wKcL

    Anyway, this is the code to edit your specific selected buttons:

    .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-custom {
        font-size: 25px !important;
        padding: 15px 40px !important;
        border-radius: 30px !important;
        min-height: 70px !important;
        max-height: 70px !important;
    }
    
  •  2
    growbeyond replied

    Hi, thanks for providing the code - this provides me with the level of customisation I need. Just so you know, I looked at all the Visual Composer button options (including what you did in your screenshot) and none of them gave me the look I was aiming for, which is why I needed to be able to edit it myself.

  • [deleted] replied

    Hi there,

    Ok then, I'm glad that your question is solved now.

    Happy New Year!