Jump to content

Foundation Rounded Buttons question


Recommended Posts

In your cubecart.default.css file, add this rule:

button, .button { border-radius: 10px!important; }

The !important is important so that any other thing with a button class, such as input[type="submit"], will have this style instead of the style that would otherwise override it.

Link to comment
Share on other sites

Thank you! Interesting results, which I'm sure would vary depending on individual tastes. But I wasn't pleased with it until I set the radius to either 5 for a slight rounding or 30px for a pill capsule look. I would still want to edit the search button and any others that should butt right up against something else, like the search box. But a WHOLE lot easier to do than changing the class on each button!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...