Home Forums Space themes support forum Another button

Another button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #326356

    lelikletter
    Participant

    Hi, how can I change the “Add to Cart” button in the “Icons on image alternative” design. I want the button to be displayed to the right of the price, but the button was in the form of a regular button with an inscription.

    Attachments:
    You must be logged in to view attached files.
    #326487

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this.

    .xts-prod-design-icons-alt .xts-add-cart-btn>a:before {
      display: none;
    }
    
    .xts-prod-design-icons-alt .xts-product .xts-add-cart-btn>a {
      background-color: #439665;
      color: #fff;
      border-radius:0;
      padding-right:20px;
      padding-left:20px;
    }
    
    .xts-prod-design-icons-alt .xts-product .xts-add-cart-btn>a span {
      padding-right: 0!important;
      padding-left: 0!important;
      opacity: 1;
      max-width:100%;
    }
    
    .xts-action-btn.xts-style-icon-bg-text>a span {
      font-size: 14px!important;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)