I’m setting up a new e-commerce website. And I’ve integrated Razorpay payments to the site for payment processing. It shows an image badge on the billing page that shows ‘Payment by Razorpay’. I want it to be removed or hidden.
I tried to hide it via CSS but that image has CSS class, So I can’t set it’s CSS property to ‘display: none;’
2
Answers
Using the demo page on Razorpay, I think you can hide the button with this:
Original Page
With the CSS display:none
If this doesn’t work for you, ¿Can you please provide the HTML/CSS of the page? Without that it is going to be difficult to help you in a specific manner.
That badge is just an image, you can hide it by adding this CSS code below.