Remove lines from a WordPress table
Hi,
I had already asked how I could completely remove lines from a table, and I received the following code from you:
.wpcf7 table td {
border: none! important;
text-align: left;
}
.wpcf7 table td input [type = "text"] {
margin: 0! important;
}
This code was for a table in the ContactForm 7 form.
On the site https://pixelway.de/projekt-stahl/ylinderrohr-vorlage/ I have added WordPress tables, these also contain lines that I want to remove. What is the code for this?
Thanks
Comments
Hello,
For that, you can remove the .wpcf7 class from the code and place it in the Custom CSS section on a page where you are using this table.
Thanks
Hi,
unfortunately it doesn't work that way. I have integrated the css code into the custom css. http://pixelway.de/projekt-stahl/zylinderrohr-vorlage/
Of course I cannot remove the css code from the BeThemes own css, because I need this code for the form http://pixelway.de/projekt-stahl/kontakt/ .
Thanks
The first link you have sent is not working.
But you do not have to remove the whole code you are using for the contact form.
I wanted you to copy the whole code, remove the first class, and place it on a page where you want to remove the borders from the table.
Thanks
Hi,
I have built in the css for http://pixelway.de/projekt-stahl/zylinderrohr-vorlage/ like you did, but there is still a horizontal line above the respective tables. Where does this come from?
Thanks
It is a shadow for some of the elements in Betheme.
You can disable it in Betheme -> Theme options -> Global -> Advanced.
Thanks