ok, you do need to restart the site in host settings to make it remove the PayPal payment button.
There is a payment gateway message in the BO settings that you can also clear out to get rid of the text.
But it is simpler to hide the text and the box outline with a bit of CSS in the stylesheetoverride.css in the back office:
.CardGatewayMessage,.CardGatewayButton{display:none}
Regards
Rob
There is a payment gateway message in the BO settings that you can also clear out to get rid of the text.
But it is simpler to hide the text and the box outline with a bit of CSS in the stylesheetoverride.css in the back office:
.CardGatewayMessage,.CardGatewayButton{display:none}
Regards
Rob