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

Sign In or Register to comment.