How to style without id or class ?
-
I want to add digdig like box shadow. But the div of plugin is classles and id less. How to style it ?
I want to add the following code.
-webkit-box-shadow:1px 0 15px rgba(0,0,0,.2); -moz-box-shadow:1px 0 15px rgba(0,0,0,.2); box-shadow:1px 0 15px rgba(0,0,0,.2);
If you could add box shadow to the plugin that will be very helpful.
- The topic ‘How to style without id or class ?’ is closed to new replies.