Tagged: woocommerce
Hi there,
I am having a display issue with the ‘order again’ button on the return page after payment (see attached file).
http://pl.vc/2ogf4
Eventually its the line that comes after the button (Customers Address) that its not properly formated / adjusted.
it should be below the button…
if not, I might be able to remove the button with this, right? :
.woocommerce-page .button {
display: none !important;
}
thanks in advance
upps, the code is nonsense, sorry, it removes all buttons of WC-Checkout…
my bad…
so any advice would be great…
thanks
Hi!
Thank you for using Enfold.
We need to see the actual page with the issue. Please post the url here along with a temporary login details so that we can check the page.
Regards,
Ismael
Hi!
Thank you for the info.
Please remove the button with this:
p.order-again {
display: none !important;
}
Regards,
Ismael
you’re the man!! great – works perfectly!
thanks
P.-