• Resolved Francisco T. Arquer

    (@francisco-arquer-thome)


    Hello. I am trying to hide posts, page and category titles.
    Other question. How can I remove the page/post path, for example Home ? Page name there?

    There is a way using the CSS Child?

    Thank you very much for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you include a link to your site, so that others can see the problem?

    Thread Starter Francisco T. Arquer

    (@francisco-arquer-thome)

    Hi. The page it’s here.

    There is a page name (Contato) and the path (Home ? Contato) wich I don’t know how to take.

    I prefer to use CSS Child, because I am not an expertise.

    Thank you.

    those are easily hidden using CSS. Here are two CSS styles that will hide your page titles and your breadcrumbs

    #crumbs {
        display:  none;
    }
    
    h1.title-header {
        display:  none;
    }

    place the CSS in your custom CSS or at the bottom of your child theme’s style.css file.

    Thread Starter Francisco T. Arquer

    (@francisco-arquer-thome)

    Geez! it worked perfectly, Mr Case.

    You made ??it look so simple.

    Thank you very much

    youre very welcome. happy wordpressing!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ACADEMICA – remove the title from posts, pages and category. Remove page path.’ is closed to new replies.