The product title that used to be over price and swatches is not showing up. I’ve removed ever plugin, and deleted all the extra css, and to no avail the product title doesn’t show up. Here you can find a link to a single product page from my website as an example Any suggestions on how to bring it back would be greatly appreciated.
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
Looking the CSS it seems this line is the cause, it is in Line 57 of your CSS
This is how it looks on the inspector.
and this is how it looks after I remove it.
Remove it on your CSS and I think it will solve it.
It seems the problem is in the css class defined:
found on line 617 on the index
just change the display back to
block
orinline-block.