Hey guys!
Thanks for helping me with my previous question. So I checked how i could remove the post and page titles from the content areas in graphene using this code:
.page .post-title {
display: none;
}
However when we used these lines of css, we also deleted the title from our recent post widget, this one: http://wordpress.org/plugins/ultimate-posts-widget/ . I searched your forums, but haven’t found a question like this one.
We only display a thumnail with the title underneath it, however i can’t figure out a way how to keep the title in the widget while keeping it removed in the content area? How can I limit the css to only the content area?
Thanks in advance,
Mark