Checkout - by GiovanniFabb - on WordPress WooCommerce support

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

  • Avatar: GiovanniFabb
    GiovanniFabb
    Participant
    June 12, 2020 at 09:35

    Hey guys, how are you?

    a couple of questions for you:

    1) When I hover on the cart icon I can see the items inside it. Where can I style the buttons “View Cart” and “Checkout”?

    2) In the checkout page, How can I add between subtotal and total a text (for example Free Shipping)?

    Thank you!

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 12, 2020 at 12:24

    Hello,

    1) Try to check settings of buttons in Theme Options > Styling, or settings that come from elementor plugin.
    2) Contact WooCommerce support.

    Regards

    Avatar: GiovanniFabb
    GiovanniFabb
    Participant
    June 17, 2020 at 08:36

    Ok, wich kind of buttons are those?

    light, bordered, active, dark…
    I tried to change everyone of this kind of button but nothing changes.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 17, 2020 at 10:03

    Provide temporary wp-admin access.

    Regards

    Avatar: GiovanniFabb
    GiovanniFabb
    Participant
    June 18, 2020 at 08:28

    Done

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2020 at 09:59

    As I can see, you do not use our Header builder and styles come from Elementor plugin – http://prntscr.com/t1xfky
    You can create the header from scratch using our builder – https://www.youtube.com/watch?v=RbdKjQrFnO4&list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG
    or change the styling of current buttons using custom CSS code, for example

    .header .elementor-button {
        background-color: red;
        color: black;
    }
    .header .elementor-button:hover {
        background-color: black;
        color: red;
    }

    Regards

    Avatar: GiovanniFabb
    GiovanniFabb
    Participant
    June 18, 2020 at 14:27

    Ok thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2020 at 14:41

    You’re welcome!

    Regards

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