I’ve seen this question posted but none of the solutions work. There’s an annoying grey line at the top of my HTML tables. I’ve pasted different versions of CSS code into what I think is the right place… no luck. Using X theme. Any more recent advice?
Hello @cdowns,
Thanks for asking.
I checked the website that’s listed in your licence page and tried looking at most of the pages. However, I don’t see tables on the website. Can you please share exact page URL so that we can give you correct CSS code to remove the line that’s showing up?
Thanks.
Hi, sorry… it’s only in draft mode when I posted this. But I just made it live.
Look above the green 1-2-3… how do I get rid of that?
I learned HTML on Adobe PageMill, so the more specific you are, the better
Hello There,
Thanks for updating in! This issue is because of your custom css. You have added this:
tbody {
border-top: 1px solid #ccc;
}
Please remove that code and and make use of this code instead:
tbody, table th, table td {
border-top: none;
}
We would loved to know if this has work for you. Thank you.
You guys rock. Worked perfectly. Thank you!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.