ngx-carousel
ngx-carousel copied to clipboard
Tile default box-shadow style
is there a way to override the default box shadow on class "tile"? i tried adding class in my component.css .tile { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } but it doesn't remove the box shadow.
i was able to do so by accessing the node_modules->ngx-carousel then removed the box-shadow style. but i don't think its the right way
is there any other way to remove the default box shadow?
@h4rDkur Hi,
It is not mandatory to use ngx-tile
u can simply replace it with div tag and style it. This directive NguCarouselItem
is the mandatory one