-
AuthorPosts
-
June 8, 2019 at 6:34 pm #1108474
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 ?
June 8, 2019 at 7:05 pm #1108478Hey 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,
MikeJune 8, 2019 at 7:18 pm #1108482Hi 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
BurakJune 8, 2019 at 9:47 pm #1108495Hi,
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,
MikeJune 11, 2019 at 4:03 pm #1109199Hi 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
June 13, 2019 at 5:51 pm #1109949Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.
