- This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – eliminating the table around registration form
Tagged: elimination borders, registration form, table row
Hi, I’m trying to eliminate the border/table around my eMember registration form but I’m unable to. I went to my theme’s CSS file and tweaked its “tr” and “border” around its table syntax but was unable to eliminate the borders. I have even tried your Custom CSS plugin, but that doesn’t work either. Any other suggestions?
My page is: [http://ardentartistbooks.com/registration-2/]
Much appreciated,
Trish
The following CSS code from your theme’s CSS file (themes/spacious/css/dark.css) is putting the border around the table cells.
th, td {
border: 1px solid #444444;
}
You can remove that or override it using our custom CSS plugin.
THANK YOU & HAPPY HOLIDAYS!