Jewelfox ([personal profile] jewelfox) wrote in [community profile] style_system2012-01-07 04:41 pm

Removing sidebar module's background on Skittlish Dreams

I'm using Skittlish Dreams, and I had the idea that I could get rid of the "top" part of a sidebar widget (the header and background) to put Custom Text right below my Profile, and make it look like the text is part of the profile. Unfortunately, I'm not sure how to make that part disappear for just the Custom Text module.

.module-section-two .module {
background: none;
}


makes it vanish for all of them, and I haven't been able to make it any more specific. Can anyone help? I tried putting .module-tags_list in there too and it didn't work.

Edit: Never mind, the following code works (replace module-calendar with any other module):

div.module-calendar { background:none !important; }

It's the !important that overwrites the rule handed down from higher up. Many thanks to [personal profile] niya for her assistance.
seleneheart: (Default)

[personal profile] seleneheart 2012-01-07 10:31 pm (UTC)(link)
It should be

.module-customtext .module

However, the only way I can see to get rid of the back ground image is to remove it from all of them, and then put it back in for the specific ones that you want. Like .module-calendar, and .module-links, etc.