0
sam4
I want to change what the shortcode: [job_bm_employer_purchase] displays, so that it only shows the purchase-list, and not the product-list. How can this be done?
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Do you want to remove product list under "Buy a package"
https://imgur.com/a/NMuumxA
You can hide these section by CSS, simply hiding
.purchase-area .package-list { display: none; }
Otherwise, you will need to edit file, under line 191
job-board-manager-paid-listing\includes\class-shortcodes.php
Regards
Perfect, thanks!