Hello Kriesi team,
Is there any way to hide the category title of the category pages (because in the top menu appears the title of the category):
Examples:
I would like to hide “Lógica de negocio y seguridad”
http://solucionestecnologicasparaempresas.com/categoria/logica-de-negocio-y-seguridad-de-la-informacion/
I would like to hide “Captura y distribución de la información”
http://solucionestecnologicasparaempresas.com/categoria/captura-y-distribucion-de-la-informacion/
In month archive pages the month only appears in the top menu (great!):
http://solucionestecnologicasparaempresas.com/2014/01/
http://solucionestecnologicasparaempresas.com/2014/02/
I would like to do the same with the category pages, hidden the second title and showing the list of post only, without any title. The title will appear only in the top menu.
Thanks in advance, Raúl.
Hi Raul!
You’ve two options:
1) Remove the “category description” on the category editor page (click on “Edit” to edit the category slug, description, etc.).
2) Use this css code to hide the description text:
.archive .category-term-description {
display: none;
}
You can insert it into the quick css field.
Best regards,
Peter
Thanks for your support. It is works fine hidding the title.