Add Shadows to ShopIsle Slider Text and Button

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

Start off by installing the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code which applies to you:

Slider Header Text:

.mb-30{
 text-shadow: 2px 2px 3px black;
}
Slider Sub Text
.mb-40{
 text-shadow: 2px 2px 3px black;
}
Slider Button
.btn.btn-border-w{
box-shadow: 2px 2px 3px black;
}

Details about text shadow could be seen here: 

http://www.w3schools.com/cssref/css3_pr_text-shadow.asp

http://www.w3schools.com/cssref/css3_pr_box-shadow.asp

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us