I have spent several hours looking for a way to add text or manipulate the entry-wrap found on the shop page that corresponds to each product. I did not find any solutions via customization, categories, the product page, or Woocommerce options.
Here is the page. Each thumbnail that corresponds to a product has a transparent black bar that shifts up when the mouse hovers over the thumbnail. It would be nice to customize both its style, and the text. As of now there is no way to see the name of each product on the shop page.
Does X Theme provide a more intuitive editing platform for this section of woocommerce shop?
Thank you for writing in, the name and price of the products are not showing because of your custom CSS, please remove that.
header.entry-header {
display: none;
}
While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here. We can not provide support for customizations.
Because what you are trying to accomplish requires a template customization, we would highly to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After the child theme is set up, please check out these guides: