need additional settings
-
Need an option to adjust slider speed, hide navigation buttons and resize related product
For resizing related products I found below code but we find it useful when we have all in one place
add_filter( ‘wp_head’ , ‘related_products_style’ );
function related_products_style() {
if( is_product() ) :
?>
<style>
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width: 24% !important;
}
</style>
<?php
endif;
}Regards
The page I need help with: [log in to see the link]
- The topic ‘need additional settings’ is closed to new replies.