Hi, with the introduction of Newspaper 6.1,
in the “Theme colors”->”GENERAL theme colors”->”THEME ACCENT COLOR” you can select a generic accent color. While red for example looks good for general use like highlighting the current page, I still prefered the black for widgets as it was in version 6.0. However there is no color option for default widget titles.
If you liked the dark background on the widgets but want some different color on your THEME ACCENT COLOR option, add the following code to your custom CSS.
aside.widget > div > span{
background-color: #333333 !Important;
}
aside.widget > .block-title{
border-color: #333333 !Important;
}
This applies to third party widgets. For tagdiv widgets you can customize the color of the title from the widget directly.
`
Hi,
In v 6.1 all the header will have the Accent theme color, like it was in old Newspaper theme. Also if you don’t want this you can overwrite it from here to black again: http://screencast.com/t/KhSeq60huLB like is on our demo now(black and not accent theme color)
Thanks!