Skip to content

Instantly share code, notes, and snippets.

@amandalucas
Created January 9, 2018 11:37
Show Gist options
  • Save amandalucas/7dbabd1c0f434740e661cf37f02990fa to your computer and use it in GitHub Desktop.
Save amandalucas/7dbabd1c0f434740e661cf37f02990fa to your computer and use it in GitHub Desktop.
Make your Divi slider text easier to read by adding a semi-transaprent background to the slider. Just add the following CSS:
.et_pb_bg_layout_dark
.et_pb_slide_description {
background-color: rgba(0,0,0,0.5);
display: inline-block;
padding: 50px;
margin: 100px;
border-radius: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment