Site logo

Archived topic

How to remove the line above topic title?

3 replies · Started by Yueh Feng on August 13, 2021

Viewing posts 1–4 of 4

When open my post, there is always a black line ----- in the middle above my post title, it's eaten up my mobile screen space.

How can I remove it? I tried to do it in elements but couldn't find any solution.

my post is here.

Hi there,

Go to Additional CSS field in the customizer and remove this snippet:

.headline-rule h1:before {
    content: '';
    position: absolute;
    display: block;
    height: 60px;
    border-left: 1px solid #607b7d;
    left: 50%;
    transform: translateX(-50%);
    top: -66px;
}

Let me know if this helps :)

Hi Leo, thank you so much! the problem is solved!

No problem :)

This archived topic is closed to new replies.