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

    (@afthemes)

    Hello there,
    First off, thanks for reaching out, as the product grid has equal height in order to maintain the row and column on shop page, would you please be more descriptive about the issue with the help of screenshots so that we could help you in a specific way?
    https://afthemes.com/supports/

    Since, we have mentioned on another support thread, 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 grid’ is closed to new replies.