Border Colors & Front Page Side Bar

Hello!

I just downloaded Sparkling and there are two things I would like some help with that I cannot find in the documentation.

  1. I want to get rid of the borders (or make them white) around the widgets AND main content.

  2. I want to have my right side bar appear on my front page.

Any help or insights on these things would be very appreciated!

Thank you so much for your help!

  1. Add this code to Theme Options - Other - Custom CSS. It will remove border around post content and widget area.
.post-inner-content, 
.well {
    border: 0;
}

  1. Remove or rename front-page.php template which you can find in Sparkling theme folder.

Please also search on forum since these questions were already answered dozens of times already and there are over 1,400 other support thread about this theme.