Home Forums Basel support forum Change button color on shope page

Change button color on shope page

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

    Usman Ali
    Participant

    How can we change “add to basket” button colors on shope page in mobile version.
    Check attached screen shot. “Add to basket” button color is black, it’s not visible on backgorund.
    How to change colors?
    Thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .basel-hover-info .product-actions>a {
        background-color: #f9f9f9;
        color: #ffffff;
        border-color: #ffffff;
        background-color: transparent;
        border-width: 2px;
    	  margin-bottom:10px
    }

    Best Regards

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