Heretic replied

54 weeks ago

Hello,

How would I go about changing the background color of my site feed widget?

Adding .widget-body{background: black;} in the global style will add a blackground for the active threads and html widget, but no such luck with the site feed widget.

I'm probably doing it wrong, but trying to learn as I go.


last edited 54 weeks ago by Heretic

Pythean replied

54 weeks ago

Try:

.broadcast {background-color: whatever}

Heretic replied

54 weeks ago

A gentlemen and a scholar sir, worked - thank you!

Any ideas about how I would fill in this white gap (how did you know it was .broadcast btw)?

Minh replied

54 weeks ago

Not sure if this is what you're looking for, but
#site-body{background: none;}
Would remove all the white and show the textured background.
If you want the white body still and just the feed inside the body do
.broadcasts{background: black;}
If you're using Chrome right click and inspect element and mess around with it, it's an easy way to see which tag that needs to change. For FF dl firebug.


last edited 54 weeks ago by Minh

Quixote replied

54 weeks ago

will post this here cause I don't know where else to ask
how do I remove the white bar that appears on the main page of Love and Bullets I know this is a widget but i also don't want to affect the rest of them by changing it in the global style area. How do i go about making it go away on that page only?


last edited 54 weeks ago by Quixote

Stanislav Staff replied

54 weeks ago

What I see there is that you set #site-body's background to white.

You want to set it to transparent
Founder / Engineer
Please log in to post a reply.