Title: Carousel effects
Last modified: June 2, 2017

---

# Carousel effects

 *  [universaldesignz](https://wordpress.org/support/users/universaldesignz/)
 * (@universaldesignz)
 * [9 years ago](https://wordpress.org/support/topic/carousel-effects/)
 * Dear Sir,
 * I am trying to add my client logos carousel to my site. Can you please let me
   know how can how can I get different effects.
    example:
    1. The logos to be black and white when and one hovers I need it to change to colour
       and it to zoom in a little.
 *  1. I need to be enable to add links to the logos
 *  1. The carousel to have a shadow or glow all around
 *  1. Maybe add a parallax effect
 * Also does your plugin use any cookies?
 * I look forward to your response.
 * Kindest Regards,
    Jay

Viewing 1 replies (of 1 total)

 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [9 years ago](https://wordpress.org/support/topic/carousel-effects/#post-9195932)
 * YOUR FIRST QUERY:
    Try the following CSS, replacing “#slider_id” with the CSS
   ID of your slider. #slider_id .owl-item img { filter: url(“data:image/svg+xml;
   utf8,<svg xmlns=\’[http://www.w3.org/2000/svg](http://www.w3.org/2000/svg)\’>
   <filter id=\’grayscale\’><feColorMatrix type=\’matrix\’ values=\’0.3333 0.3333
   0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\’/></filter
   ></svg>#grayscale”); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter:
   grayscale(100%); /* Chrome 19+ & Safari 6+ */ } #slider_id .owl-item:hover img{
   filter: none; -webkit-filter: grayscale(0%) }
 * YOUR SECOND QUERY:
    Slide Anything 2.0 (which I’ve just release today) has a 
   new tab for each slide called ‘Slide Link’ that will accommodate you.
 * YOUR THIRD QUERY:
    Some CSS to accomplish this (replace “#slider_id” with the
   CSS ID of your slider): #slider_id { -webkit-box-shadow: 10px 10px 5px 0px rgba(
   0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow:
   10px 10px 5px 0px rgba(0,0,0,0.75); }
 * YOUR FORTH QUERY:
    I have no idea how one would accomplish a parrallax effect
   using an Own Carousel slider.
 * YOUR FIFTH QUERY:
    No, Slide Anything does not use cookies.

Viewing 1 replies (of 1 total)

The topic ‘Carousel effects’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slide-anything.svg)
 * [Slide Anything - Responsive Content / HTML Slider and Carousel](https://wordpress.org/plugins/slide-anything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slide-anything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slide-anything/)
 * [Active Topics](https://wordpress.org/support/plugin/slide-anything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slide-anything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slide-anything/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/carousel-effects/#post-9195932)
 * Status: not resolved