• Resolved luniumlondon

    (@luniumlondon)


    This only happens when I search for a product on my site, it will say “By Jane Doe” but I’ve used a CSS code to remove the author name. Now just the word “by” is left behind. How do I get rid of this?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add this CSS to hide the “by” text:

    .entry-meta{display: none;}

    Above Code Not Working Try this one

    .entry-meta {
    display: none !important;
    }

    Thread Starter luniumlondon

    (@luniumlondon)

    That has worked perfectly! Thank you for your help ??

    Welcome! If you face any problems, let me know.

    Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello luniumlondon,

    Thank you for contacting WooCommerce support.

    I understand Hardik Chosla has already answered your question.
    I am glad to know that you were able to resolve the issue.
    I appreciate Hardik for his contribution.

    Please don’t hesitate to contact us again if you have more questions or concerns.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.