Hi!
How to delete photo from data under the title?
Attachments:
You must be
logged in to view attached files.
Solution for this topic
Hi @amplitum,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-meta .post-author-image {
display: none !important;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.