Hi,
checked but not getting any label? Have you fixed it?
If not please share the snapshot that you want to remove.
Thread Starter
woprie
(@woprie)
Hi Abhishek,
No I haven’t fixed it yet because I don’t know how to fix it.
What do you mean by ‘share the snapshot’? I just want to get my labels visualized and not to be removed.
Hi,
Please try to add the below CSS code, from the APpearance > Customize > Custom CSS, and check.
.wpforms-title, div.wpforms-container-full .wpforms-form .wpforms-field-label, div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
display: block;
}
PS- You can edit or remove the class as power your need if required.
Thread Starter
woprie
(@woprie)
Hi Abhishek,
Thanks, it works! 🙂
What make the difference in this custom CSS code you provided? I was expecting like changing the text color or something else. Actually, I didn’t expect a code like this.
As well,
I was testing my resume page –> https://luukvanparidon.com/resume/
And I saw kind of the same problem. Because at this page I added a protection for viewing the file. But while entering the code, I couldn’t see the text, but it was there after I pressed ENTER. Is this problem related to the previous one?
You are welcome!
The above code add CSS diplay:block property. The previous code could be a possible reason but I’m not sure.