Hello @abhisheksharma8789,
I hope you are doing well.
Would you please share your webpage URL? So that I can check it more closely and provide you a good solution soon.
Thank you!
Hello there,
You can make your image clickable and remove the button by using some Custom CSS. Please use this Custom CSS given below –
.add_to_cart_button {
height: 100%!important;
width: 100%!important;
opacity: 0!important;
}
You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.
Please check this screencast to learn more – https://d.pr/v/QrrfTw
Let me know how it goes. Thank you