Hi @crellan,
Please provide your site URL so that I can inspect the issue first hand and provide you with the appropriate solution.
Thanks and Regards,
Milan.
@crellan @rubick322
Hi Crellan,
Are you talking about the slider at the top of the page? I think it is designed like that, where the name of the product and the description comes up on top of the image. Are you trying to find a way to remove the product description from the slider?
@crellan
If you are just trying to get rid of the product description, here’s the code I got to remove it. (Really, it doesn’t remove it. It changes the font size to 0, so it isn’t displayed.)
Add this to the Custom CSS area of the “Customization” of the theme.
.slider-caption-wrapper .slider-content {
color: #fff;
font-size: 0px;
text-shadow: 1px 1px 5px #333;
margin: 10px 0 20px;
}