15

How to Hide Promoted and Featured Listing Badges in MyListing

Powered by WPCodeBox

This code snippet allows you to easily hide or remove the “Promoted” and “Featured” listing badges in MyListing, providing a cleaner display and more control over your website’s appearance.


/**
 * Author: MyListing Club
 * Author URI: https://mylisting.club
 */

.level-promoted .ad-badge {
    display: none;
}

.level-featured .ad-badge {
    display: none;
}

Other Snippets

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