Hi,
Please use this custom css: http://screencast.com/t/K0c2C7JujvL
.widget_rss .block-title span, .widget_rss .block-title span a {
background-color: #fff;
color: #900000;
font-size: 18px;
}
Thanks
@Lucian your support is A+ we ask and you try to do ur best to make it happen,thx a lot
What i notice is that the fonts from the Rss widget title is not matching my block 5 title fonts they seem off..
I’m using the “Oswald fonts” for widget title sitewide but that rss widget seem to be something else can i get a fix for that as well please..
Hi,
Use this css: http://screencast.com/t/Vz2r3hWB
.widget_rss .block-title span, .widget_rss .block-title span a {
font-family: Oswald;
font-size: 17px !important;
line-height: 18px;
font-weight: bold;
text-transform: uppercase;
}
Thanks
I use that code you give me last and my background came back on the title
I had to edit out some of the things in your code and use it like this for it to work the way i want…
.widget_rss .block-title span, .widget_rss .block-title span a {
background-color: #fff;
font-family: Oswald;
color: #900000;
font-size: 17px;
line-height: 18px;
}

