How can I change the shape of buttons?

  • pfidrych
    Asked on February 13, 2018 at 9:37 PM

    Your buttons are very square, I want them to appear more streamlined.  Can the length and width be changed?  You can see for yourself on my site.

  • Nik_C
    Replied on February 14, 2018 at 2:03 AM

    You can use this CSS:

    .qq-upload-button {

        border-radius: 25px!important;

    And paste it to your Custom CSS Field.

    Here is how it looks like:

    1518591761Screen Shot 2018 02 14 at 8 Screenshot 10

    Let us know if you have any further questions.

    Thank you!