Remove Page Entry title without removing Slider Caption
I wanted to remove the Page Entry Title so I entered:
.page .entry-header {
display: none;
}
I realized, however, that it removed the CAPTION on my Slider. Any advice on how to remove the Page Title but not the Slider Caption?