I would like to remove the price from the list view on all my pages. But I want the price to show when the user is viewing the actual ad. How would I do that?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .thumb_item .price { display: none!important; } .post.classi .price_center { display: none!important; }
Hello, Go to single-ad.php present in your theme directory and remove the code given below Code: echo get_option('currency_symbol'); Sending image for reference This will solve your issue.