Plugin Support
Bruce
(@ninjateamwp)
Hi @demian85 ,
Thanks for coming today!
So, may I know why you want to override it, please?
Please be aware that our plugins code is not available for customization, if you alter the code, sorry but we can’t support you.
Kind regards,
-Bruce-
Thread Starter
Demian
(@demian85)
Hi @ninjateamwp ,
Thanks for coming back. The shortcode [yaymail_items] creates a standard woocommerce table layout. And I want to remove the <h2> element for example. Custom CSS can be done, but I prefer it’s not loaded at all. Can this be done by overriding the email-order-details.php?

Demian
Hello @demian85 ,
Sorry you can’t override the file, you have to customize it in YayMail Custom CSS.
Hope it helps.
Thread Starter
Demian
(@demian85)
HI @yaycommerce
Thank you for informing me. So if I want to hide this h2 title? Do I need to add
#v1body_content_inner h2 { display:none; }
or
h2.yaymail_builder_order {display:none;}
How do I get the correct selectors? Because in the builder nothing happens.
Thread Starter
Demian
(@demian85)
I need to be able to change the layout of the items. To me that is what email customizer means. Not just copy paste existing blocks from the woocommerce templates. I am happy to do this in php templates even in a pro-version.
The plugin looks good and is properly build, but the “customizer” feature is not what I expected. Sorry!
-
This reply was modified 4 years, 1 month ago by
Demian.