Home › Forums › Jevelin Theme › Post Image and title display
Home › Forums › Jevelin Theme › 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
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 š