Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

how to remove shadow?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: how to remove shadow?
#8230
how to remove shadow? 13 Years, 5 Months ago Karma: 0
hello guys, please how can i remove the shadow around the ari slider module?

thanks
The administrator has disabled public write access.
 
#8233
Re:how to remove shadow? 13 Years, 5 Months ago Karma: 746
Hello,

Add the following code to "CSS Styles" parameter in module settings:

Code:


{$id}_wrapper .nivoSlider
{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8242
Re:how to remove shadow? 13 Years, 5 Months ago Karma: 0
thanks, but
you just put the piece of the code

.nivoSlider
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

thanks man
The administrator has disabled public write access.
 
#8243
Re:how to remove shadow? 13 Years, 5 Months ago Karma: 746
Code which we provided affects only on specific module instance, your code will affect on all module instances. If you want to remove shadow from all module instances use your code otherwise use our code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1