How to remove a line above the navigation bar?

Dear support team,

Can I remove a line tha appears above my navigation bar while I am reading a post or About Us page?
You can not see the link while being on the main page. But it shows while being in a post.
Can I remove it?

Thank you
Wiola 1journey1life2people.com

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove line*/
div#line {
    display: none;
}

Best Regards,
Support

Great, it worked! Thank you one more time for your help!

You are always welcome here :slight_smile: