Thin line on appeared over the header

Hello!
I have the following issue:
I worked on the header of my Blog www.bewusstewelt.de and suddenly a thin line appeared on the top of the page (same color as the admin bar).

How can i remove it again?

And another Question: How can i remove the name of the category on top of the category pages?

Thanks in advance

Dominik

Hi Dominik,

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

I worked on the header of my Blog http://www.bewusstewelt.de and suddenly a thin line appeared on the top of the page (same color as the admin bar).

How can i remove it again?

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

Admin Area -> Appearance -> Customize -> Travelify Other Options

body {
    border-top: 0;
}
And another Question: How can i remove the name of the category on top of the category pages?

You can remove it by using the below CSS code as described above.

body.archive.category .page-title-wrap {
    display: none;
}

Best Regards,
Movin

That worked, thank you!

Kind Regards,
Dominik

You are most welcome here :slight_smile: