How Can I remove Author from my Woocommerce Product Page?
-
I have tried using CSS to remove Author Name from appearing on my product page but its still visible.
I have been using this but not working
.entry-avatar {
display: none;
}.entry-meta {
display: none;
}I need to remove the store name at the top as well as down below with description and avatar.
Please help
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How Can I remove Author from my Woocommerce Product Page?’ is closed to new replies.