Okay
  Public Ticket #3633863
Salient - Proceed to Checkout button
Open

Comments

  • mcasner started the conversation

    Hi,

    I'm an administrator for https://kristyscraftroom.com/cart/. When someone is shopping and goes to their cart, the "Proceed to Checkout" button is kinda hard to see (it's just text with no button outline). 

    Many of our customers are confused when they're ready to checkout and don't intuitively click on it because it doesn't look more like a button.

    Is there a way to put an outline around the button or make it look more like a button?

    Attached files:  proceed-to-checkout.jpg

  •  2,728
    Andrew replied

    Hi Mat,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce-cart .wc-block-cart__submit-button {
      border: 1px solid;
    }
    

    Try this and let us know how it goes.

    Thanks,

  •  1,659
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .wc-block-cart .wc-block-cart__submit-container {
        border: 2px solid black;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.