vitalii-andriiovskyi / ngx-owl-carousel-o

owl-carousel for Angular >=6
MIT License
177 stars 51 forks source link

[Question] How can I style the .active.center slide from Ngx Owl Carousel in Angular? #259

Closed HorselessName closed 10 months ago

HorselessName commented 1 year ago

Hello!

I am facing a issue where I cannot style and apply custom styles to the slides with .active.center classes.

The Owl Carousel is working correctly, but when I try to style the component using the classes that are generated by <ng-template carouselSlide> nothing changes...

Can someone help me?

vitalii-andriiovskyi commented 10 months ago

@HorselessName

If you try to overwrite the library styles in a component styles, try to use ::ng-deep.

HorselessName commented 10 months ago

Using ::ng-deep solved it, thanks @vitalii-andriiovskyi