css - not able to change theme for ng2-admin -


i using ng2-admin theme development. demo

i have followed these steps mentioned in doc changing theme blur-admin ng2-admin

while changing theme working fine except background of cards. not using blur-bg-blurred.jpg background cards.

i have added

background-color: rgba(255, 255, 255, 0.0); 

in .card-header ,

background: url(../assets/img/blur-bg-blurred.jpg) fixed; 

in .card

from devtools of chrome , got need.

i have tried adding same css code nothing worked me.

please me if there thing else need do, change theme ng2 blur.

i have got solutions, can add global styles in styles.css file under src folder.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -