Product slider modification - by Val - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Jack Richardson

  • Avatar: Val
    Val
    Participant
    August 14, 2014 at 12:53

    Hi,

    We have a few questions on product slider modification. Our website http://sharmgroup.by/

    1. How to get rif off product name and a cproduct category which are below the product image?
    2. How to make slider arrows smaller and a bit cloder to images?

    Thank you in advance.

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 13:01

    Hello,

    To hide product name and product category on products slider add the following code into the custom.css:

    .slide-item .product .product-name, .slide-item .product .products-page-cats {
    display: none;
    }

    Add this code to custom.css to adjust your arrows position:

    .slider-container .owl-prevv {
    left: -50px;
    }
    .slider-container .owl-next {
    right: -30px;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Jack Richardson

    Avatar: Val
    Val
    Participant
    August 14, 2014 at 13:32

    it worked. Thnks.
    One more thing left – how to make the arrows size smaller?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 13:37

    Hello,

    You can add the following code to the custom.css and change font-size value to your desired:

    .slider-container .owl-prev:before, .slider-container .slider-prev:before, .slider-container .owl-next:before, .slider-container .slider-next:before {
    font-size: 60px;
    }

    Regards,
    Jack Richardson

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.