Forums
Forums / Plugin: WPAdverts - Classifieds Plugin / hide email field
(@chauthong)
4 years, 2 months ago
Hi Greg Winiarski,
How to hide email field but only show phone number in contact box at bottom of post? Thank you!
(@gwin)
Hi, if you only want to hide the email address in the contact box on the Ad details pages then the easiest way to do that is to just add the CSS code below in the wp-admin / Appearance / Customize / Additional CSS panel
.adverts-contact-method:nth-child(2) { display: none !important; }
Hi, Thanks for your help!
The topic ‘hide email field’ is closed to new replies.