I’m sorry. I can’t find this option.
Where exactly is this option?
Best Regards,
Toby
You can use the custom style and add the code to disable the box-shadow.
I don’t know the class, but I think it has to be “textwidget”. Try this and let me know if it works.
.textwidget img
{
box-shadow: none;
}
That Code should be in the index.php of your theme. But I don’t know your theme, so it could also be in an other file.
It’s explained here:
http://wordpress.org/plugins/wp-paginate/faq/
You have to add <?php wp_paginate() ?> in your theme. And remove this code: posts_nav_link(). Should look like on my Blog: gebserv.de