Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created November 5, 2015 07:15
Show Gist options
  • Save CoachBirgit/d60bf21da7f0629ab6ac to your computer and use it in GitHub Desktop.
Save CoachBirgit/d60bf21da7f0629ab6ac to your computer and use it in GitHub Desktop.
DIVI: CTA BUTTONS - SQUARED CORNERS
/*DIVI CTA BUTTONS - SQUARED CORNERS*/
.et_pb_promo_button, .et_pb_newsletter_button, a.et_pb_more_button, .et_pb_pricing_table_button {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* source: http://www.elegantthemes.com/blog/resources/divi-css-tricks */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment