Hello, i which php files i have to tell to do not display Page title ?
thanks luca
Hello, i which php files i have to tell to do not display Page title ?
thanks luca
The easiest way to do that is in the CSS code. IF you post a link to your site, someone can likely help with specifics. But be sure you are using a Child Theme to make any changes:
Thanks, now o will start working on the child theme... then post more questions...
thanks
thanks luca
Okay, good to do the child theme. Then add this to your new style.css file:
#content .entry-title {
display: none;
}You must log in to post.