Hello, could anyone help me with how to remove this ‘trusted and secure checkout’ and the flags above the ‘nós aceitamos’ section in the screenshot?
Also, how can I add the ‘Add to Cart’ button below the ‘Comprar Agora’ button in the Ware sabino theme? Thank you
For adding add to cart button you will need to edit some code and in the product template file need to render the atc button at the location you need it.
Please reach out via mail for any help regarding theme customization/Modifications.
Thanks
Shadab
1 Like
Hello. could you help me telling me the code and where to put it to make
these 2 customizations in the product template please? my theme is
waresabino, a third party theme, from the Sabino Vision website. my site:
https://lojaainsof.com.br/collections/melhores-promocoes/products/mini-kalimba-thumb-piano-de-madeira-macica-8-teclas-em-aco-inox-promocao
thank you!
So for hiding those trust badges, open style.css or theme.css file from your theme code editor and paste this at the very bottom of everything.
.htusb-payment-badges{
display: none !important
}
As for the second one i will need access to your store since you are using a third-party probably paid theme and i cannot test this out on my dev store. Please reach out via mail for a convenient conversation and solution.
Thanks
Shadab
1 Like