Remove meta data from products

When I do a search it shows meta data that I want to remove for example:

This shows up: Published by  Colin King at  March 1, 2018

I watched a video that said there is a way to do it through the theme php file

I tried adding this to my css but it didn't work:
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }

Comments

Sign In or Register to comment.