Title: Add CSS
Last modified: July 2, 2018

---

# Add CSS

 *  [mpkm91](https://wordpress.org/support/users/mpkm91/)
 * (@mpkm91)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/add-css-2/)
 * Hi ,
    i want to change the font styles with CSS, where can i add it because i’ve
   added it to custom sections for css and it isnt working

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [aazztech](https://wordpress.org/support/users/aazztech/)
 * (@aazztech)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/add-css-2/#post-10476267)
 * 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, 11 months ago by [aazztech](https://wordpress.org/support/users/aazztech/).
 *  [milauskas](https://wordpress.org/support/users/milauskas/)
 * (@milauskas)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/add-css-2/#post-10622276)
 * 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!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/product-carousel-slider-for-woocommerce_bf95b6.
   svg)
 * [WooCommerce Product Carousel Slider](https://wordpress.org/plugins/product-carousel-slider-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/product-carousel-slider-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-carousel-slider-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-carousel-slider-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-carousel-slider-for-woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [milauskas](https://wordpress.org/support/users/milauskas/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/add-css-2/#post-10622276)
 * Status: not resolved