WordPress / WooCommerce Title Displaying Above Header

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
I'm using WordPress & WooCommerce and my product title is displaying above my header for some reason. I don't know where/if there is CSS for it.

How can I fix this the right way?

jb3peSy.png


On the main shop page, you can see the title displays as well.
tP81hph.png

I hid this by doing
CSS:
.entry-title {
display: none;
}
But... that hides the Product Title as well.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
You may need to show us some template code. What you might be better off doing in this situation is;

A) Check for get_the_title() on your page, or header files but be cautious of removing it.

B) Use a plugin like linked below to show all hooks & actions on the page, as it's very possible this is the cause. Once you've found it, you can then use remove_action('tag') to remove it, and for safety you could call is_product() to ensure you're on a product page before removing it.

 

Users who are viewing this thread

Top