Up-sell product titles and prices - by heltaskelta

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

  • Avatar: heltaskelta
    heltaskelta
    Participant
    July 14, 2015 at 13:13

    Hi, in the single product page with up-sells in the side bar – could you tell me how to:

    a) change the font size of the product titles and prices
    and
    b) remove the product titles
    and
    c) remove the product prices

    Thx

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 14, 2015 at 14:10

    Hello,

    a) Add this code in custom.css file:

    .slider-container.sidebar-slider-flex .slide-item .product .product-name {
        font-size: 9px !important;
    }
    .slider-container.sidebar-slider-flex .slide-item .product .amount {
        font-size: 9px !important;
    }

    How to create custom.css you can watch in this tutorial

    b). To remove product titles in upsells form use this code in custom.css:

    .slider-container.sidebar-slider-flex .slide-item .product .product-name {
       display: none !important;
    }

    c). Add this code to remove product price:

    .slider-container.sidebar-slider-flex .slide-item .product .amount {
        display: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: heltaskelta
    heltaskelta
    Participant
    July 15, 2015 at 09:35

    Perfect! Thx

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 15, 2015 at 10:00

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Up-sell product titles and prices’' has been successfully resolved, and the topic is now closed for further responses

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