• Resolved benjii699

    (@benjii699)


    I have installed woocommerce and added products but the page title and product title are both visible on the same page. How do I remove hide either the page or product title while still seeing the title from the home page [ redundant link removed ]

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Give this a try. You’ll need to add this to your additional CSS area or your child theme’s style.css file. Tweak as needed.

    
    /* Don't display WooCommerce title because it's the same as the page title. */
    .entry-summary .title h2 {
        display: none;
    }
    
    
    Thread Starter benjii699

    (@benjii699)

    That’s perfect, thanks very much ??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not an Everything else WordPress topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove page title from page but not homepage’ is closed to new replies.