• Resolved bioweb

    (@bioweb)


    Hello, thank you for the great plugin! Can you explain me how to delete the label phone in wpsl-contact-details correctly in my theme?

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    If you place this code in the functions.php inside your active theme folder, then the phone label will be gone.

    If you want to hide all labels, then you can do so with CSS.

    .wpsl-contact-details label { display: none !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘How to delete the label phone in wpsl-contact-details’ is closed to new replies.