How to Remove Social Link Options from...
Optimize your MyListing website’s submit form by easily removing unwanted socia...

WPCodeBox
299

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;
}





