glynt 1 Report post Posted July 8, 2012 Hi all, I have just completed the latest upgrade to 2.2.2. I followed the instructions about adding the code to the wp-config.php file but when I do this the website doesn't work at all. Without this code the website works but there non of my CSS is working and I get this error on each page: PageLines Custom LESS/CSS error. parse error: failed at `top:; ` line: 947 can anyone help? Thanks Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 8, 2012 Hi Glyn, The error you're seeing means you have a error in your custom CSS. Therefore, you need to review your code for the error which is set to this: [code]top:;[/code] instead of [code]top:[/code] Basically LESS CSS is far less (no pun) forgiving than normall CSS. So review your custom CSS, fix the issue and your custom CSS changes will start working. Please search our forums, before posting! Share this post Link to post Share on other sites