32

How to Remove the Promote Icon from MyListing Cards

Powered by WPCodeBox

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

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.