Post Image and title display

Home Forums Jevelin Theme Post Image and title display

Home Forums Jevelin Theme Post Image and title display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • wilfried
    Participant

    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

    wilfried
    Participant

    Hi

    Thank you, works perfectly

    Resolved for me

    Wil

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)