Sale page not showing items

Hello,

I have created a page to display only the items on sale. However, this page does not include the product title and the price for the sale items. The page does not seem to follow any of the css styling from my other shop pages like “women, men, and unisex”
I used a woocommerce shortcode to display the items on sale. This is the shortcode: [sale_products per_page=“30”]
Page: https://www.menamode.com/sale/

Hey Melissa,

Thanks for writing in! The product items does not look like the product category page because you have added this custom css:

.page .entry-header {
    display: none;
}

If you added this css to hide the page title, then remove this custom css because you are not doing it correctly. The removal of code should resolve the display issue.

To get rid of the page titles, you will need to edit you pages and change the page template to Blank - Container or Blank - No Container page template. To know more about the different page templates in the theme, please check this:

Hope this helps. Kindly let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.