Hi, Is it possible to hide the description of the category (I mean the gray box at the top here: https://demo.gavick.com/wordpress/writer/?cat=2#close )? In Joomla it was, but it resulted from the CMS configuration. Look for solutions on the theme of the theme, or WP?
Hi kontozzakupami, Yes, you can remove from the Dashboard > Posts > Categories: https://prnt.sc/pfs9p1
Hi, You see...
In WP:
In Joomla:
I think about this settings 😃
Hi kontozzakupami, You can try the following code: .archive .bigtitle { display: none; }
.archive .bigtitle { display: none; }
OK. Thanks.