Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ndre

    (@ndre)

    Hi @landyvlad,

    Tere is a CSS code in your theme (or other plugin) that is hiding all the titles on the page.

    Please use the following custom CSS to show the title on all product pages:

    .page #main .page h1.entry-title.product-name {
        display: block;
    }
    Thread Starter LandyVlad

    (@landyvlad)

    That worked. Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get product name to show on individual product page?’ is closed to new replies.