Hi
How can i remove the color and, lines on table to transperent
I did this work on quick css but on my new site it did not work
Can you please help ?
Hey salveglobal,
I took a look at your site and I believe the css in your Quick CSS was created for a pricing table, and not for the table on your homepage “Formulas to stay”
To make the table and borders transparent Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .main_color tr:nth-child(odd),
#top.home .main_color tr:nth-child(even) {
background: transparent !important;
}
#top.home .main_color tr,
#top.home .main_color td,
#top.home tr th:first-child,
#top.home tr td:first-child,
#top.home tr:first-child th,
#top.home tr:first-child td {
border-color: transparent !important;
}
Best regards,
Mike
Hi Mike
Thanks for the help,
I had another question after this touch
How can i make the table backgroud color transperent also
right now there is slightly light grey
Best Regars
Burak
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .main_color table {
background: transparent !important;
}
Best regards,
Mike
Hi Mike
I have create turkish site and tables are not transperent again
How should i update the css code
You can see the page at
Thanks fpr your help
Hi salveglobal,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color tr:nth-child(odd),
.main_color .pricing-table>li:nth-child(odd),
.main_color .pricing-extra {
background-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria