I want to be able to add shadow to script within a text box, so that the script ‘pops’ a little.
Is this possible?
Hey @Aardvark I’m little confused as to what exactly you are looking for. Do you mean you would like to add a box shadow to a box element or add a drop shadow to text? Do you have example form another site I can see?
Thanks DigiBomb
When I add text into a text box, I want some shadow behind each letter that is typed.
This will help ‘pop’ the text a little.
Kindest regards,
Ok good, so we’re looking for a drop shadow 🙂
In the CSS window add the following and make sure to replace #lp-pom-text-1 with you text ID.
<style>
#lp-pom-text-1 {
text-shadow: 1px 1px 1px #000;
}
</style>
You can play with the shadow attributes until you get what you want. More info here on text-shadow http://www.w3schools.com/cssref/css3_pr_text-shadow.asp
Thank you, Sir!!
I also now know that what I wanted was a drop shadow.
Thank you for your patience.
Kindest regards
No problem, anytime 🙂
Reply
Log in to the Unbounce Community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.