jkskovgaard 0 Report post Posted August 26, 2011 Anyone: How do I remove the thin grey top-border on the soapboxes? Share this post Link to post Share on other sites
Rob 547 Report post Posted August 26, 2011 Can you send a link to your site? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
jkskovgaard 0 Report post Posted August 26, 2011 Yes! http://kmg.pressmoo.com/?page_id=49 I'd like to get rid of the two grey lines on top of the soapboxes :) Share this post Link to post Share on other sites
Jenny 33 Report post Posted August 27, 2011 With PlatformBase activated, place the following in your custom CSS: [code] #soapbox .fboxinfo {border: 0;} [/code] If the padding is too much now, you can use the following instead: [code] #soapbox .fboxinfo {border: 0;padding-top:0;} [/code] Hope that helps! ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
jkskovgaard 0 Report post Posted August 31, 2011 THANK YOU!!!!! Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 3, 2011 You're welcome! :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites