Remove title underline from front page
-
I am using the static front page option in the harmonic theme at https://lizzy.net/. I created a child theme and have rearranged the front page sections so that the page section comes first (at the top). The front page has no title, it only contains a music player embedded from bandcamp.com. However, there is still a line above the page content. I believe it is where the title would be underlined if there were a title. How can I remove this line?
I have tried adding the following to the stylesheet, each time with no success:
.page-header {
display:none;
}.post-title > a {
text-decoration: none;
}section .widget-title:after,
.panel.widget .widget-title:after {
border: 0;
}What can I do? Many thanks for your help! I am very grateful for the help I’ve already received in this forum from others’ posts. Rock on ??
- The topic ‘Remove title underline from front page’ is closed to new replies.