Remove page titles and hr
-
I would like to remove the page titles and, most importantly, the small horizontal rule that goes with them. I tried this:
<style>
.entry-title {display:none;}
</style>It worked on one page to remove the title but it did not get rid of the line under it. I am planning to build a child theme and remove titles in CSS, but I can only find the code to remove the title not the corresponding hr.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove page titles and hr’ is closed to new replies.