Created
January 9, 2018 11:37
-
-
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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