[Solved] How to hide elements on css


You should really post code here. But anyway adding this to your CSS should work:

#wp_dp_member_promoted_listings {
    display: none;
}

6

solved How to hide elements on css