I have no idea how to get rid of these horizontal lines using the Pro theme… any help or advice would be appreciated. I have tried numerous things from editing the CSS to even the HTML coding. I can’t get rid of these things.
Hello Pete,
Thanks for writing in!
By default, tables have a lines in X and Pro theme. To remove it, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
table th, table td {
border: none;
}
We would loved to know if this has work for you. Thank you.
Thank you for the quick reply! Yes, this worked, thank you…
…but a part of me wants to ask, why??? lol
Hi Pete,
You’re most welcome! To make then recognizable as table and listing, and not just spaces.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.