Post Image and title display
Hi, i’m using a real estate plugin tu display properties in my web site.
When i display a property, the post template display an image of the post and the title with author, how can i remove the title with author and the main image ?
Here is the url of an exemple, i joined a picture of the parts i want to remove
https://wp33pw.xyz/property/maison-de-plain-pied-coup-de-coeur-a-merignac/
Thxs,
Wil
Attachments: You must be
logged in to view attached files.
Solution for this topic
Hi Wil,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code
.single-properties .post-meta-thumb,
.single-properties a.post-title,
.single-properties .post-meta-data {
display: none;
}
.single-properties #wrapper > .sh-page-layout-default {
padding-top: 0;
}
Best regards, Shufflehound team
Hi
Thank you, works perfectly
Resolved for me
Wil
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it