Home › Forums › WoodMart support forum › Woodmart Theme Product Details Page › Reply To: Woodmart Theme Product Details Page
March 19, 2020 at 7:52 am
#180864
brandcatmedia
Participant
Hello Aizaz,
I am able to hide it using css, but I want to move it above description under the product title.
If I can change the priority of add_action, problem will be resolved. Also I found action being used as following which also throws error. I want do it in child theme.
add_action( 'woocommerce_after_single_variation', 'XTS\W\Ui->add_to_wishlist_single_btn', 11 );