ashrai 0 Report post Posted June 22, 2012 It??s me again :/ Is it possible to remove the boxy style with shadow etc. of the thumbs on the blogpage? This one at the 8tracks Article (first article on the site). I want to display just the plain image Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 22, 2012 Hi Ashrai, Add the below code to your custom CSS and let me know if that does the job for you! [code].post-meta .c_img, .hentry .c_img { background:none !important; box-shadow: none !important; border: none !important; }[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
ashrai 0 Report post Posted June 22, 2012 awesome! This works! I love this support-community :) thanks thanks thanks and thanks again! brief question: what do those "!important;" tags mean exactly? Share this post Link to post Share on other sites