lukasz-galka / ngx-gallery

Angular image gallery plugin
https://lukasz-galka.github.io/ngx-gallery-demo/
MIT License
436 stars 171 forks source link

How to change the background color from the description? #250

Open patrickblumenthal opened 5 years ago

NigmetAli commented 5 years ago

You can change typing your css file like this :

ngx-gallery /deep/ .ngx-gallery-preview-text { background: #d4f1fa !important; color: black !important; font-weight: 500 !important; }