Hi, can you tell me how to adjust the product title sizes on Product Slider, mobile landscape here please. https://staging-cornishmead-co-uk.stackstaging.com/
Many thanks
Todd
Hey toddbarden,
Can you try adding this CSS code in Quick CSS? located in Enfold > General Styling:
@media only screen and (max-width:767px) and (min-width:600px) {
#top #wrap_all .avia-content-slider .products .woocommerce-loop-product__title {
font-size: 28px;
}
}
Just adjust the 28px value.
Best regards,
Nikko