I am using the ng2-admin theme for development. DEMO
I have followed all these steps mentioned in the doc for changing theme to blur-admin from ng2-admin
While changing the theme everything is working fine except the background of the cards.
It is not using blur-bg-blurred.jpg
as the background for the cards.
I have added
background-color: rgba(255, 255, 255, 0.0);
in the .card-header and
background: url(../assets/img/blur-bg-blurred.jpg) fixed;
in .card
from the DevTools of chrome and I got what I need.
I have tried adding the same css from code but nothing worked for me.
Please help me if there is some thing else I need to do, to change the theme from ng2 to blur.