For the Beaverbuilder template, I noticed that product titles aren’t displaying in the product galleries. I wasn’t able to find any settings to enable the titles. Am I overlooking something? Is this feature not available?
It’s pretty important because it helps people see the titles for unique product variables, i.e., to know which to purchase.
Here are screen shots:
(1) Old template
(2) Old Woothemes template with title, for comparison:
By the way, this is my first post. I’m really enjoying Beaverbuilder. It’s become my go to page builder plugin and theme.
Welcome to the BB forums! You can use the CSS snippet below to override the theme CSS hiding the title. The are declared important since the CSS they are trying to override are declared the same.
html .woocommerce .ppt, html .woocommerce-page .ppt {
display: block !important;
color: black !important;
}