memerylane
14 years agoExpert
Foreground color restrections?
Hi all, We're setting up our community, and I'm running into what seem to be some restrictions on the color schemes. I want our foreground color to be a shade of black (or perhaps white) and ...
- 14 years ago
Ah, I see. By default the background of the lia-panel-heading-bar div is 20% of the foreground color. However, like Jeff said, you can always overwrite that default with css.
#lia-body .lia-content .lia-panel .lia-panel-heading-bar {background color: #A10022; color:#FFFFFF;} #lia-body .lia-content table.lia-list-wide th, #lia-body .lia-content table.lia-list-wide th a { color: #000000; } #lia-body .lia-content table.lia-list-wide th { background-color: #EAEAEA; }
Add this to the CSS tab in your skin will switch the color scheme of the heading bars and sub headings. I added a quick screen shot so you can see what it would look like.
- 14 years ago
Hi Matt,
This should do the trick for the area in question:
#lia-body .lia-content .lia-browser-category-list .lia-browser-category-heading {color: #FFFFFF;}