"Go to cart" button In the cart pop-up container

This topic has 10 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    October 10, 2018 at 15:38

    Hello,
    is it possible to insert the “Go to cart” button in the cart pop-up container as in version 4.28.1?

    4.28.1: http://prntscr.com/l4h56h
    5.0.3: http://prntscr.com/l4h5f0

    Greetings,
    Dario

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2018 at 15:54

    Hello,

    Here is link to cart http://prntscr.com/l4hdh4
    Also, this text http://prntscr.com/l4hdod you can change in Theme Options > http://prntscr.com/l4he80

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    October 10, 2018 at 16:41

    OK thanks 🙂

    Instead I wanted an aid to change the color of the text highlighted in the screenshots (
    http://prntscr.com/l4hz3i, http://prntscr.com/l4i0my) under “Orders” in the “My account” section.

    Greetings,
    Dario

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 11, 2018 at 07:27

    You’re welcome!

    .my_account_orders td a {
        color: red;
    }
    .woocommerce-orders-table__cell .amount {
        color: red;
    }

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    October 11, 2018 at 08:54

    Perfect 🙂
    and to change the highlighted text in “See order”?

    http://prntscr.com/l4qprw

    Thank you,
    See you soon

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 11, 2018 at 11:27
    .woocommerce-order-details .product-total, .woocommerce-order-details .amount {
        color: red;
    }
    .woocommerce-order-details tfoot tr:last-child .amount {
        color: red;
    }

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    October 11, 2018 at 11:56

    Perfect, last change to the color of the shopping cart link.

    http://prntscr.com/l4t5g0

    Thanks for the pasienza and the support

    Dario

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 11, 2018 at 12:03
    .cart-popup-container a {
        color: red;
    }

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    October 11, 2018 at 12:10

    Thanks so much

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 11, 2018 at 12:18

    You’re welcome!

    Regards

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