How to remove sku in cart widget when opening the cart menu ?

This topic has 6 replies, 3 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler

  • Avatar: Dionizio Find
    Dionizio Find
    Participant
    December 20, 2022 at 15:24

    how to remove the sku in the cart widget, when opening the cart menu, only the image, quantity and price appear.

    wigget cart

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 20, 2022 at 15:56

    Hello,

    Add the next code in Theme Options > Theme custom CSS > Global:

    .widget .product_list_widget .cart-widget-products .product_meta {
        display: none;
    }

    Regards

    Avatar: Dionizio Find
    Dionizio Find
    Participant
    December 20, 2022 at 18:46

    Thank you very much !

    Hello good afternoon from Brazil, is it possible to put a border radius and translate the checkout texts?
    as per the screenshot below

    checkout

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 21, 2022 at 06:01

    Hello, @Dionizio Find,

    I am sorry I am not able to see your provided screenshot, so Could you please reshare your screenshot again via this site: https://postimages.org/

    And also share the page URL as well, so that I will check and assist you accordingly.

    Regards 8Themes Team.

    Avatar: Dionizio Find
    Dionizio Find
    Participant
    December 21, 2022 at 13:15

    Hello, Tony Rodriguez all right, I wanted to know if there is a way to hide the footer when inside the checkout page. why does the theme look like it already hides the header.

    null

    and I would also like to know, if there is a way to put the radius borders in the checkout. I can translate.

    checkout

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 21, 2022 at 15:26

    Hello,

    ” I wanted to know if there is a way to hide the footer when inside the checkout page” – https://xstore.helpscoutdocs.com/article/45-8theme-page-post-layout-settings-8theme-post-options (Use custom footer for this page/post > Without).
    “why does the theme look like it already hides the header.” – Theme Options > WooCommerce > Cart/Checkout layout > Advanced Layout > Off
    “if there is a way to put the radius borders in the checkout” – add the next code in Theme Options > Theme custom CSS:

    .cart-checkout-multistep .cart-order-details>div, .cart-checkout-multistep .etheme-cart-checkout-accordion {
        border-radius: 10px;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 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.