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?
Hey graphicsplus,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
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.
Hi,
Thanks for that, please try using the following CSS:
input {
border-radius: 10px;
}
Best regards,
Rikard
Doesn’t do the trick I’m afraid. You can log in if you want to check it out.
Hi,
Ok, please try this instead:
.main_color input[type='submit'] {
border-radius:22px !important;
}
Best regards,
Rikard
Thanks Rikard,
That did the trick!
Regards,
Jan