Forums › Forums › Bug Reports › Lines have appeared around all text boxes
-
Lines have appeared around all text boxes
-
Suddenly, the containers of all the text boxes and images are visible after saving. They are the same color as the color of the text. This happened to all of my tables at once. How can I fix this?
-
Hi Kim,
Sorry to hear about that.
Can you please share a link where we could check out the issue?
If you don’t want to share the link publicly, you can send it to me at mail@wptablebuilder.com
Kind regards.
-
-
Thanks for the link.
I have checked it. It’s a CSS issue.
Please add the following CSS in Appearance > Customize > Additional CSS section and publish the changes.
.wptb-ph-element {
border: 0px;
}Please let me know if the issue still persists.
Regards.
-
It fixed it in WP table builder but not in the post where I placed the shortcode. I cleared my cache.
-
Please try using !important in the CSS.
Like this
.wptb-ph-element {
border: 0px !important;
}-
Glad to hear that.
Please let me know if you come across any other issues.
Kind regards.
-
-
-
-
-
Got the same problem and with your help it’s fixed, thanks!
Log in to reply.