Hello,
is there any way to eliminate the subheader?
I am fine with this theme but, I don’t like the fact that the page name is repeated 2 times
hi @readme,
Use this css code to remove the subheader:
.page-title {
display:none;
}
Thanks,
Cristian
Thanks for the reply.
But excuse me…where I have to insert the code that you gave me to delete the subheader from all pages?
Hi @readme,
Go in appeareance, customize,other(additional css) copy and paste the code.
Or install a custom css plugin from here:
Thanks,
Cristian
thank you so much. Your help was very valuable and I thank you for the explanation. I was wondering if it was possible to delete the entire panel and not just the title?
Hi @readme,
If you want to delete the whole panel use this css code:
.page-title-section {
display: none;
}
Thanks,
Cristian
It’s working! It’s wonderful !
Thank you for your interest. I’m sorry for making you waste time.
Hi @eadme,
You are always welcome here and we are glad that we could help you.
You are not wasting our time.
Thank you,
Cristian