Home Forums WoodMart support forum remove buttons in home page [ below special offer ]

remove buttons in home page [ below special offer ]

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

    kidsdial4
    Participant

    When we see belolw “SPECIAL OFFER” in home page, we can see : two buttons.

    1) Add to wishlist
    2)Add to cart

    how to remove those buttons or how to replace those by texts ?

    i have attached screenshot

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

    Hung Pham
    Keymaster

    Hi kidsdial4,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-tabs.wd-products-tabs .wd-product.wd-hover-base .wd-bottom-actions{
    	display: none;
    }

    Regards,

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