Sep 28, 2021 2:49 PM
Hi community!
I have issues changing the color of the table lines. On the editor, I put it white and it appears white.
But when doing a preview or when published, the lines are still black no matter if I changed it in the editor...
Any tips for me?
Thank you so much in advance!
Alison
Thanks you so much!
Alison
Solved! Go to Solution.
Sep 29, 2021 3:03 PM
Hi @ABoutoille 🙂
Thanks for sharing the URL. As I can see, table borders are set ok, but not cell borders. In the main.css file, you have this code:
th, td {
border: 1px solid #000;
padding: .75rem;
}
You have two options:
One another approach could be to set the table border style to hidden or set the table border with to 0 value. You can do this in the rich text editor.
I expect you can solve your problem soon. If you have any more questions, I'm here waiting for your news.
Regards,
Sep 29, 2021 2:35 PM
Hi Rafael,
Thanks a lot for answering! Yes, here it is: http://citystack.hubspotpagebuilder.com/-temporary-slug-1142941e-43cb-4a03-9e5b-0ea65139fbd5
Alison
Sep 29, 2021 3:03 PM
Hi @ABoutoille 🙂
Thanks for sharing the URL. As I can see, table borders are set ok, but not cell borders. In the main.css file, you have this code:
th, td {
border: 1px solid #000;
padding: .75rem;
}
You have two options:
One another approach could be to set the table border style to hidden or set the table border with to 0 value. You can do this in the rich text editor.
I expect you can solve your problem soon. If you have any more questions, I'm here waiting for your news.
Regards,
Sep 29, 2021 3:24 PM
Hi Rafael,
That is perfect, thank you so much!
Sep 29, 2021 3:45 PM
Great!!
If the response helped you, please mark it as a solution. It could be helpful for more people in the future.
Regards,
Sep 29, 2021 9:25 AM