A
ActorMike
Guest
IN 2.2 I added the code below to add the model year under the users profile in the forums. No longer works in 2.3 and gives a parse error. How can this be added in 2.3?
Code:
Previous Less_Exception_Chunk: ParseError: Unexpected input in anonymous-file-0.less on line 1270, column 1
1268|
1269| //Display Model Year under user handle in bold
1270| .message-userExtras
1271| {
1272|...
Read more
Continue reading...
Code:
Code:
//Display Model Year under user handle in bold
.message-userExtras
{
display: block !important;
}
Previous Less_Exception_Chunk: ParseError: Unexpected input in anonymous-file-0.less on line 1270, column 1
1268|
1269| //Display Model Year under user handle in bold
1270| .message-userExtras
1271| {
1272|...
Read more
Continue reading...