Hi Team,
I'm just starting with DNN (3.2.2) and up to this point I really like it. Now I try to apply my colors to a very basic sample project. Basically just selceted any module (let say the feedback module) and placed it on the content pane.
Now I change the CSS to the following:
/* background/border colors for the selected tab */
.TabBg {background-color: green;
}
.LeftPane { background-color: green;
}
.ContentPane { background-color: green;
}
.RightPane { background-color: green;
}
Then I "save Style sheet" and then "update". No effect after this even after logging out and in again. Still the default colors. Going back in to the stayle sheet my edits are there.
Now the funny thing happend. I returned to this problem after many hours and stated the web page again. Wow, the green color is there. Now, optimistic again I change the color Red .... save ... update. Well its still green.
What am I doing wrong. Could somebody please help me ?
thanks
Peter