I am setting up a website through Wordpress using Better Health Theme by Canyon Themes and WooCommerce plugin for the online shop.
Above the product it displays a publish date and the author, any idea how to remove this?
Thanks!
You can use display:none; property in css to hide date & author.
Example:
.theclassname {
display: none;
}
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more