Hello,
Use the following code replacing font name. It should work.
.wpcs_product_carousel_slider {
font-family: 'Open Sans', sans-serif !important;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name {
font-family: 'Open Sans', sans-serif !important;
}
.wpcs_product_carousel_slider .owl-item .item .price {
font-family: 'Open Sans', sans-serif !important;
}
.wpcs_product_carousel_slider .owl-item .item .cart {
font-family: 'Open Sans', sans-serif !important;
}
-
This reply was modified 7 years, 9 months ago by
aazztech.
I have a similar question. How can I make the slider larger (especially larger image sizes) using CSS? Or, in what other file for the plugin may I need to make changes? Thanks!