Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created November 5, 2015 07:14
Show Gist options
  • Save CoachBirgit/28e04b4daa39100c41f1 to your computer and use it in GitHub Desktop.
Save CoachBirgit/28e04b4daa39100c41f1 to your computer and use it in GitHub Desktop.
DIVI: CTA BUTTONS - OUTLINE STYLE
/*DIVI CTA BUTTONS - OUTLINE STYLE*/
.et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_pricing_table_button {
background-color: rgba(255, 255, 255, 0) !important;
color: #82c0c7;
border-color: #82c0c7;
}
.et_pb_promo_button, .et_pb_newsletter_button, a.et_pb_more_button, .et_pb_pricing_table_button {
background-color: rgba(0, 0, 0, 0);
border: solid 2px;
}
/* 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