Home Forums WoodMart support forum Add to cart button in Wishlist page

Add to cart button in Wishlist page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #517754

    dev-2674
    Participant

    There seems to be a problem with the add-to-cart button on the wishlist page. I provided the screenshot.

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

    Hello,

    Please share the wp login details in private content under the message area I will further check and give you a possible solution.

    Best Regards.

    #518738

    dev-2674
    Participant

    .

    #518941

    Hello,

    Try to add the following code in Theme Settings > Custom CSS > Global Custom CSS:

    .page-id-291 .wd-add-btn-replace .add-to-cart-loop {
          width: -webkit-fill-available;
        background-color: #0f8c11;
    }
     .page-id-291 .product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
    color: white;
    }

    Best Regards.

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