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
Post a Comment