How to remove the background on wordpress RSS widget

Posted in: Newspaper
Post count: 555

I want to remove the background on my wordpress rss widget but can’t seem to figure it out..wish the theme had a rss block then it be easy…

I want this look like widget 2

Widget 2

Post count: 555

This topic can be closed i found a awesome plugin for my feeds…

Post count: 6600

Hi,

Glad you did, please let me know if you have any other theme related issue.

Thanks for the message!

Post count: 555

@Lucian i’ll still like to know how to make this possible…

Post count: 6600

Hi,

To have a widget like this you can use block 5 and customize it like you want.

Thanks

Post count: 555

The blocks i can’t use rss links only the wordpress block

I want to removed the background from the wordpress rss widget title to match the 2nd image i show you that came from my site

Post count: 6600

Hi,

Please send an URL to your site, I need to inspect this so I can provide a solution for this.

Thanks

Post count: 555

jahliveradio.com

Post count: 6600

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

Post count: 555

@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..

Post count: 6600

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

Post count: 555

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;
}

Post count: 6600

Hi,

I forgot to mention that the last css should be added along the one I previous provided, if it work as you like, it’s fine.

Thanks

Post count: 555

Thx every thing is working…

Viewing 14 posts - 1 through 14 (of 14 total)
The forum ‘Newspaper’ is closed to new topics and replies.