Skip to content

HOW TO Customize “+ Add To Cart” Button

  1. Login to your Manage Panel.
  2. Please go to Design -> Custom CSS
  3. Just Copy & Paste the below lines there.
.btn-outline-primary {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    font-size: 13px !important;
}
.btn-outline-primary:hover {
    border-color: #eb1212;
    background-color: #eb1212;   
}

The first block is to set the color of the button and button text. The second one sets the color when you hover over the button. You can further customize these styles by changing the color codes to your comfort. #

  1. Click Save.

Powered by BetterDocs