Remove Author from Supreme Mobile View

This topic contains 9 replies, has 2 voices, and was last updated by  Jeff Adams 7 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #424557

    Jeff Adams
    Free User
    Post count: 1780

    I acquired the CSS to remove the author image from a listing/detail page. But, I noticed in mobile view it comes back. See image attached. What is the CSS to remove that one as well?

    #424560

    Jeff Adams
    Free User
    Post count: 1780

    And, I was signed in when I took that screen shot, but I wasn’t signed in on my phone when I noticed it. So, it shows when not signed in as well…

    #424577

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Try duplicating the CSS code and insert into the media query CSS.

    
    
    @media only screen and (max-width: 600px) {
       /* Insert Here */
    }
    #425125

    Jeff Adams
    Free User
    Post count: 1780

    Thanks, but I can’t get it to work. I tried a few different ways, like:

    @media only screen and (max-width: 600px) {
    .sd-detail-author {
    display:none;
    }
    }

    And some other ways entering it into GD/Design/Scripts “Custom style css code”. How do I do this exactly?

    #425126

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Could you please try again? It looks fine here. I’ve added some code to it.

    
    
    @media only screen and (max-width: 600px) {
        .sd-detail-author {
        display:none!important;
    }
    }
    #425132

    Jeff Adams
    Free User
    Post count: 1780

    Well, you’re right, now it’s working. It was the details page I was worried about, not the home page (referring to your screen shot). Nonetheless, the details page appears to no longer show author in mobile view. Thanks!

    #425133

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Glad that worked for you and I’m sorry for attaching the wrong screenshot. Let us know if you need anything further.

    Thanks!

    #425134

    Jeff Adams
    Free User
    Post count: 1780

    I’m curious, when you said

    I’ve added some code to it.

    what did you mean “it”, where did you add some code? To the backend of my site? Or just through the front to see what’s up? Just curious…

    #425173

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Thanks for your reply. I’ve just added the “!important” declaration to your custom CSS and it fixes it.

    Thanks!

    #425180

    Jeff Adams
    Free User
    Post count: 1780

    Oh, you sneaky guy, that’s awesome, thanks so much!

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

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount