Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiemarsland/6dee0e188f88750d7c41f691e77facea to your computer and use it in GitHub Desktop.
Save jamiemarsland/6dee0e188f88750d7c41f691e77facea to your computer and use it in GitHub Desktop.
How to align and style text and buttons in the new Storefront Pro slider
#header-hero-slider .slides .flex-caption {
color: #fff; /*Change color here*/
text-shadow: .2em .05em .1em rgba(0,0,0,0.8); /*Perhaps use some text shadow to improve readability..?*/
text-align: left;/*Set left/right alignment*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment