suppress author

This topic contains 6 replies, has 2 voices, and was last updated by  Kor 4 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #494468

    joe purcell
    Expired Member
    Post count: 97

    Any way to suppress the author image and name on the listing detail page??

    image supplied if needed

    Thanx

    #494485

    Kor
    Moderator
    Post count: 16516

    Hi joe purcell,

    Thanks for your post. Do you mean you want to remove it? It can be done with custom CSS code below.

    .sd-detail-author {display:none;}
    #494539

    joe purcell
    Expired Member
    Post count: 97

    error messages – see attached – to capture error message I had to take picture with phone

    Thanx

    #495913

    joe purcell
    Expired Member
    Post count: 97

    Hey Guys,
    The css code provided worked on the desktop but not on the mobile??

    additional css to remove author from mobile??

    Thanx

    #496097

    Kor
    Moderator
    Post count: 16516

    Hi joe,

    Thanks for your reply. Here you go.

    @media (max-width: 668px) {
    .sd .sd-detail-author {
        display:none!important;
    }
    }
    #496159

    joe purcell
    Expired Member
    Post count: 97

    Thank You!!

    #496202

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket