Http://www.apkultur.se/blogg/

Hi.
I’m pretty inexperienced about this, which in this case means I need help removing the black text that says:
“Category Archive,
Bellow you`ll find … Ingen Kategori”
and
"Post Archive by Month,
Bellow you “ll find … 2019”.

Is it possible to do that in theme Integrity?

Hi Henrik,

To remove it, you can add the code below in Theme Options > CSS

.x-header-landmark {
   display:none;
}

Hope that helps

Hi Paul. Thank you so much for the excellent educational help.

You’re most welcome Henrik! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.