Comments RedDisenho started the conversationFebruary 27, 2018 at 3:17amI would like to hide the category title in a page created via the menu. I´ve tried adding this lines to the CSS via the custom CSS option, but there were no results.body.category .inform h1 { display: none;}body.archive .inform h1 { display: none;} 2,700PenciDesign repliedFebruary 27, 2018 at 9:59amHi,Do you mean you want to remove "Category" words only or remove all the category title?If you mean to remove "Category" words, you can check option for it via Customize > General Options > Remove "Category" words on category page.If you mean remove category page title ( include category name ), please add more this code to Customize > Custom CSS to do that: body.category .archive-box{ display: none; }Best Regards,PenciDesign1 LikeRedDisenho repliedFebruary 27, 2018 at 10:30amWorked perfectly, thanks! Sign in to reply ...
I would like to hide the category title in a page created via the menu.
I´ve tried adding this lines to the CSS via the custom CSS option, but there were no results.
body.category .inform h1 {
display: none;}
body.archive .inform h1 {
display: none;}
Hi,
Do you mean you want to remove "Category" words only or remove all the category title?
If you mean to remove "Category" words, you can check option for it via Customize > General Options > Remove "Category" words on category page.
If you mean remove category page title ( include category name ), please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Worked perfectly, thanks!