igrec Member Jun 8, 2013 #1 Hi all, please help me to style the thumbs in attachment box. By default it shows like this What I want is an old school preview by default. Like bellow.
Hi all, please help me to style the thumbs in attachment box. By default it shows like this What I want is an old school preview by default. Like bellow.
Jake Bunce Well-known member Jun 9, 2013 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Add this: Code: .attachedFiles .attachmentInfo { display: none; } .attachment .thumbnail { padding-right: 0px !important; border-right: none !important; } .attachment { width: auto !important; } The result: Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Add this: Code: .attachedFiles .attachmentInfo { display: none; } .attachment .thumbnail { padding-right: 0px !important; border-right: none !important; } .attachment { width: auto !important; } The result: