Hi lotsdesign,
You should be able to style the style the widget's appearance by adding this to your custom.css or Quick CSS.
/* this styles the widget title */
.sidebar .widgettitle {
font-size: 10px;
font-weight: bold;
letter-spacing: 1.5px;
padding-bottom: 10px;
text-transform: uppercase;
}
/* this styles the overall list */
.sidebar .widget ul {
list-style-position: outside;
list-style-type: none;
}
/* this styles the list item */
.sidebar .widget li {
background: none repeat scroll 0 0 transparent;
margin: 0;
padding: 0;
}
/* this styles the list a */
.sidebar .widget a {
color: #F2036A;
text-decoration: none;
}
Note: Changes will apply to every sidebar widget. If you to style the "Latest Posts" only then you would replace .widget with .widget_recent_entries.
As far as your second question, the headline you mentioned is that "Senaste Nytt"?
Regards,
Mya