In this we'll discuss how to disable or override embedded blog styles in Sitefinity.
When you implement certain controls in Sitefiinty, like the Blogs module, the styles are saved in a web resource file and are untouchable.
An easy way around this is to override those styles using your main style sheet.
To do this simply copy the style from the web resources file and paste it into you main style sheet.
Then Add an !important next to every style you wish to override.
In the example below I wanted to override the font size and padding in that particular style.

As you can see the WebResources has been overridden by the new style in main.css.