Is there a way to set the size of the products in the product slider? The names of the products vary in length, so the products in the slider are uneven, making it a bit of an eyesore.
I’d also like to make the titles mixed case instead of all upper case.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .inner_product_header {min-height:150px !important;}
.template-page .entry-content-wrapper .products.slide-entry-wrap h2 {text-transform:none;}
Please let us know if you need further assistance!
Best regards,
Sarah