theoptimystic 0 Report post Posted July 5, 2012 The pagelines theme is overriding my Wishlist registration page: http://thinkwithyourheart.com/index.php?/register/NRadij The gray and red box is not supposed to look like that. Pelase advise. Lu Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 5, 2012 Hi Lu, Add this to your custom code. [code]table.wpm_registration tr.required td.label, table.wpm_registration tr.systemFld td.label { background-color: transparent; }[/code] [code]table.wpm_registration td.label { background-color: transparent; }[/code] Not sure what you mean by the red box ? Please search our forums, before posting! Share this post Link to post Share on other sites
theoptimystic 0 Report post Posted July 6, 2012 That's great Danny...almost perfect, but the lettering that's in red seems to be blurry and colored over or something. Could I add a code that made the lettering transparent so the original Wishlist colors show? Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 6, 2012 Hi, Add the following code to your custom CSS. [code]table.wpm_registration, table.wpm_registration * { color: green; text-shadow: none !important; }[/code] Simply change the color value above to your preferred choice. Please search our forums, before posting! Share this post Link to post Share on other sites