Hi,
I attempted to change the font & padding size on the slideshow in the envy scss file, ie Font 30px and Padding 10px 20px for the cta button. The edits I made did not seem to work so I reverted back to the original settings. My store is now broken and I assume I have deleted or added something in error which has thrown the whole thing out. I am a beginner so please can someone look at a copy of the code below and tell me where the error is.
Many thanks Geoff
/* Custom CSS */
.flex-direction-nav {display:none;
.slider-caption {
position: absolute;
bottom: 20px;
right: 20px;
background-color: #000000 !important;
color: #ffffff
font-size: 30px;
padding: 10px 20px;
a { color:#ffffff;
}
}
/* @end */