PDA

View Full Version : front page/ forums colors


Luna66
01-25-2011, 03:15 AM
Is there a way to match the front page cms skin colors with each forum skin created? I've tried to change those colors via stylevars while creating a forum skin but with no luck.
Different choices of skins for the members, but that home page/front page stays one color.
Any thoughts?
Thanks.

Lynne
01-25-2011, 03:18 AM
You may set the style for the Section. It shouldn't have to use the Users Choice. Home > hover over section title > click edit pencil > set style

Luna66
01-25-2011, 03:45 AM
Thank you, Lynne...that did it.
:)

Luna66
02-01-2011, 10:59 AM
You may set the style for the Section. It shouldn't have to use the Users Choice. Home > hover over section title > click edit pencil > set style

Just curious, is there a way to make that edit pencil link visible at all times?

Lynne
02-01-2011, 03:56 PM
It's triggered by hovering. So just change this CSS to always display it:
div.title a.edit {
visibility: hidden;

}