• Resolved darwudas

    (@darwudas)


    Hi,
    I need to not show service provider/worker on registration box. I tried to use this line on appointments CSS file. .appointments-confirmation-worker {display:none;}. And don’t get the result, what I expected. Maybe someone can help me in this situation?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @darwudas,

    You will need to use important directive:

    
    .appointments-confirmation-worker {display:none !important;}

    There are some inline styles that are making service provider info showing, so with important you have to override it.

    Also I suggest adding those styles in your child theme style.css file or in the custom css in customizer, so when Appointments is update those styles won’t be erased.

    kind regards,
    Kasia

    Thread Starter darwudas

    (@darwudas)

    If there were a better word, than “Thank You”, now I would use that word. But now, I just say THANK YOU, @kasia ! You really helped me. 🙂

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

The topic ‘Hide worker/service provider’ is closed to new replies.