by Divi Addons | Last Updated on Dec 20, 2016
To change the hover colour of the email link in a text section: div#contact a:hover{ opacity: 1 !important; color: #1f1f1f !important; }
by Divi Addons | Last Updated on Mar 24, 2018
To add a shadow to the text on the fullwidth slider: .et_pb_slide_description h2 { color:#fff !important; text-shadow: 3px 2px 2px rgba(0,0,0,1); font-weight:200; } .et_pb_slide_content { color:#fff !important; text-shadow: 2px 1px 1px rgba(0,0,0,1); font-weight:200;...