I would like to remove the box shadow below the slider. I was able to remove it by editing the css in the plugin folder (to the same as the code below) but would rather add code to my style.css as I am using a child theme of Twenty Eleven.
The following did not work when added to the style.css of the child theme:
.theme-default .nivoSlider {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
http://rickallenforcongress.com
Thank you in advance!
Tracie