-
Posted a reply to Adding space below Back / Return button on single product pages, on the site WordPress.org Forums:
Does anyone know a fix for this? Still haven't been able to add space below… -
Posted a reply to Adding space below Back / Return button on single product pages, on the site WordPress.org Forums:
Hi Joey, I haven't figured this out as the button code doesn't include any margins… -
Posted a reply to Adding space below Back / Return button on single product pages, on the site WordPress.org Forums:
I've actually created it using this snippet: add_action( 'woocommerce_before_single_product', 'my_function_sample', 10); function my_function_sample() { global… -
Created a topic, Adding space below Back / Return button on single product pages, on the site WordPress.org Forums:
I was successfully able to add a "GO BACK" button to m…