Hi,
I’m trying to remove “Category Archive” and the text underneath “Below you will find …” from my Pages. How do you do that?
TIA
Hi,
I’m trying to remove “Category Archive” and the text underneath “Below you will find …” from my Pages. How do you do that?
TIA
Hi @adventurer,
Thank you for writing in, there is no option for it but you can add this to Theme Options > CSS
.archive .x-header-landmark {
display: none;
}
Please note that this custom CSS serves only as a guide, and we cant provide any support for it. it would ultimately be your responsibility to take it from here.
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.