• Resolved chauthong

    (@chauthong)


    Hi Greg Winiarski,

    How to hide email field but only show phone number in contact box at bottom of post?
    Thank you!

    • This topic was modified 4 years, 2 months ago by chauthong.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@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;
    }
    
    Thread Starter chauthong

    (@chauthong)

    Hi,
    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hide email field’ is closed to new replies.