Remove box shadow from slides in "default" theme

World renowned as the most beautiful and easy to use slider.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Remove box shadow from slides in "default" theme

Post by norman »

If you use the default theme for Nivo Slider and want to remove the drop shadow from the slides:

Edit the file nivo-default.css (in your Site folder – use Notepad or your favourite text editor) and comment out the lines:

Code: Select all

    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
Thus:

Code: Select all

/*    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
Norman
Post Reply