Hi, how I can change the view of the fonts in the widget "Latest Posts" like in the "Archive"
Please see: http://test.kunst-stoff.at/?p=126
Hi, how I can change the view of the fonts in the widget "Latest Posts" like in the "Archive"
Please see: http://test.kunst-stoff.at/?p=126
please look at the actually website http://www.norddeutsche-steingut.de
thx
Hi,
I checked it and the font seems to be the same like for all other headlines (OpenSans). However maybe one of these css attributes affect the styling:
#top .widgettitle {
font-size: 13px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 6px;
text-transform: uppercase;
}
Maybe you want to change the text-transform effect to 'none' (write it without '')?
Not bad, but I mean the content. The headline its ok, only the postings are inverse and the line between the posts are different.
Hi kunststoffat,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.widget_recent_entries li a {
font-style: italic;
font-family: Open Sans;
}
.recentcomments, .widget_recent_entries li {
border-top-width: 1px;
border-top-style: dotted;
}
Regards,
Devin
Hi, this helps and show the line with dots. The letters stay italic. I deleted the line with the font-style, but it didn't helps and the line under the headline "LATEST ENTRIES" is not there, too. Any more idea?
You can change the font-style to normal and it will remove the italics. Add the following to fix the header:
#recent-posts-4 h3.widgettitle {
border-bottom: 1px dotted #555555;
padding-bottom: 6px;
}great, thx a lot
Hi!
Glad that Devin could help you :)
Best regards,
Peter
This topic has been closed to new replies.