• 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

    (@aazztech)

    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 6 years, 4 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add CSS’ is closed to new replies.