Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #722854

    Hi all,

    I’ve given all buttons in my Enfold site rounded corners in ‘Styling extra’, however the only button that doesn’t want to conform seems to be the contact form button. How can I add rounded corners to this button in css?

    #723031

    Hey graphicsplus,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #723040

    Hi Rikard,

    I’ve put a temporary button on this page next to the contact form to show you what I mean. But I’ve put the site in maintenance mode so I’ll need your IP to release access to it.

    #723522

    Hi,

    Thanks for that, please try using the following CSS:

    input {
        border-radius: 10px;
    }

    Best regards,
    Rikard

    #723658

    Doesn’t do the trick I’m afraid. You can log in if you want to check it out.

    #724146

    Hi,

    Ok, please try this instead:

    .main_color input[type='submit'] {
      border-radius:22px !important;
    }

    Best regards,
    Rikard

    #724399

    Thanks Rikard,
    That did the trick!

    Regards,
    Jan

    #724784

    Hi Jan,

    Great, glad that worked :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.