zhantewei2 / angular-carousel

angular-carousel-module
4 stars 0 forks source link

How can I change the nav style? #3

Open CarlosAyala opened 7 years ago

CarlosAyala commented 7 years ago

Hi! Thanks for this component, very useful. I need change the nav background, but I can't.

I tried this on my component

ztw-carousel > .main > nav{ background-color: transparent !important; }

CarlosAyala commented 7 years ago

Ups!, I found a answer.

/deep/ nav { background-color: transparent; box-shadow: none; }