yerg1
Hi
On your custom.css file there is syntax error in line 53.
Here is code
.block.greyb, .block.greyb1 {
background: #eeeeee;
color: #606c76;
]
This code should have correct closing brace
.block.greyb, .block.greyb1 {
background: #eeeeee;
color: #606c76;
}
Once done, the code will start working.
You can put the code in custom.css first line to see the code is fine.
Regards