admin管理员组

文章数量:1336293

I would like to change "Email adress / Email" to other value. Is it possible by using CSS? Could you help me with this please?

<label class="edd-label" for="edd-email">
                Email adress / Email                                    
<span class="edd-required-indicator">*</span>
                            </label>```

I was trying to change it like this:

```label.edd-label.edd-email {
visibility: hidden;
}```
It does not work

本文标签: Change class value using CSS