Viewing 1 replies (of 1 total)
  • Theme Author AF themes

    (@afthemes)

    Hello there,
    First off, thanks for reaching out, as we have found you have added custom css hide title of the pots/page from your customizer, which has eventually hidden the title section

    h1.entry-title {
        display: none;
    }

    Would you please paste following snippets to Customize>Additional CSS section and check if it would help you?

    h1.product_title.entry-title {
        display: block;
    }

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Product titles and attributes not appearing’ is closed to new replies.