How to Set a Minimum Order Amount in W...
Easily set a minimum order amount for your WooCommerce store. This snippet displays a...

WPCodeBox
464
Learn how to remove the promote icon from MyListing cards. This guide provides a simple solution to hide the “Promote” action from your listing cards.
/**
* Author: MyListing Club
* Author URI: https://mylisting.club
*/
#job-manager-job-dashboard table ul.job-dashboard-actions li.cts-listing-action-promote {
display: none !important;
}




Check it a URL parameter exists in Oxygen Builder.

