• Resolved tajmohamed30

    (@tajmohamed30)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello there,
    I am sorry but that feature is not available at current version.

    Regarding styling you can alter your child theme’s styling ( the plugin uses the theme’s output ) to make it look as you please.

Viewing 1 replies (of 1 total)
  • The topic ‘need additional settings’ is closed to new replies.