when removing the title header for every post/pages using this code in the custom css
/* Remove Page Icon/Title */
.page .entry-title.format-icon {
display: none;
}
/* Remove Post Icon/Title */
.blog .entry-title.format-icon {
display: none;
}
The horizontal line (which was once below the header/title) appears now above the content on the post/page
Do you have a way of deleting this line please?
thanks in advance
craig