[ad_1]
Plugin Support
Con a11n
(@conschneider)
Automattic Happiness Engineer
Hi there,
so is it possible to remove that paragraph?
Try this CSS .woocommerce-MyAccount-content p:nth-child(3) {display: none;}
Kind regards,
Hi, @conschneider thanks for the help, I will try this method too. For now, I got it worked by just copying the dashboard.php to theme/woocommerce/my-account and removed the paragraph.
Only drawback seems to be I may have to add this to root file, if there’s any new update for the theme available in future.
Thanks anyway will try this method.
Hi, @conschneider your mentioned CSS method is not working.
