Hi everybody!
I am just beginning to understund little CSS and how it works…
I tried to remove the post title shown in the slider by using
.slider_post h2 {
display: none;
It worked well, but actually I wanted to remove the excerpts that show up in the slider without removing the post title.
As I didnt find out how to do that, I removed titles and changed the excerpts into post titles…
But with that solution I have no opportunity to use post excerpts on the front page e.g.
What code would be needed instead of
.slider_post h2 {
display: none;
to remove post excerpts in slider?
(My page is http://www.ourreallife.net)