Woocommerce Product Title Not Displaying

Hi Beaverbuilder community,

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
Beaver Builder Theme, w/o title

(2) Old Woothemes template with title, for comparison:
With Title

By the way, this is my first post. I’m really enjoying Beaverbuilder. It’s become my go to page builder plugin and theme.

Hey Joel,

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;
}

Hope this helps!

Ben

Hi Ben,

That worked for the title above the product! Nice. Thanks!

The title below the image thumbs, next to the arrows, is still not showing. Is there a way to activate that too?

Hey Joel,

Try this snippet to display the title between the navigation arrows.

html .woocommerce .pp_description, html .woocommerce-page .pp_description {
  display: block! important;
}

Ben

Ben!

That did it! Thanks!

Hey Joel,

That’s good to hear! Have fun with The Beaver! :slight_smile:

Ben

Haha! For sure! :slight_smile: