Remove Author From Listing In Supreme

This topic contains 5 replies, has 3 voices, and was last updated by  Paolo 7 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #227062

    jshawcross
    Expired Member
    Post count: 18

    Hi – i want to remove the author ownership and display from my listings using the Supreme theme

    Can you tell me where the containers are hiding in the editor please so i can delete them? I have searched and just cannot find it

    See http://screencast.com/t/Xnxq43bw

    #227074

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Kindly use the custom CSS below to hide that section. Insert into GD > Design > Style > Custom Style CSS

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

    Thanks!

    #227098

    jshawcross
    Expired Member
    Post count: 18

    Thanks Kor – worked a dream 🙂

    #227108

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Glad that worked for you. Well, let us know if you need anything further.

    Thanks!

    #230310

    jshawcross
    Expired Member
    Post count: 18

    Hi Kor,

    Just noticed – it works fine on desktop, but still shows on mobile…

    Any idea how to turn it off on mobile devices too?

    #230790

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    did you try:

    
    
    .sd-detail-author {
        display:none !important;
    }

    Let us know if that helped.

    Thanks

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

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

Open Support Ticket