Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You have this code that hides the title

    @media (min-width: 960px)
    h1:not(.site-title), .single h1.entry-title, .woocommerce.single .product_title {
        font-size: 0em;
    }

    is either added in Appearance > Customize > Additional CSS, and you can remove it by there, or it can be added by a plugin, in which case, you can deactivate them one by one and see which one is causing this.

    Regards,
    Rodica

    Thread Starter footwearsale

    (@footwearsale)

    Hi,

    Thank for your reply.

    The code is not on Additional CSS and I tried to deactivate one by one but still cannot find which plugin hide the product title.

    Hi,

    If you can’t find where that code is coming from you can add this code in Appearance > Customize > Additional CSS to get the title to display:

    @media (min-width: 960px) {
    h1:not(.site-title), .single h1.entry-title, .woocommerce.single .product_title {
        font-size: 1.6em !important;
    }
    }

    Regards,
    Rodica

    Thread Starter footwearsale

    (@footwearsale)

    Thank you very much. Your reply solved the issue.

    Many thanks,
    Emma

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘On the product page the product title is not displayed, please help.’ is closed to new replies.