I am using Marinelli for several sites and love most everything about it. The one thing I would like to do but don't quite know where to start is how to make changes in the color scheme. I would like to have to outside frame to be purple and the secondary menu to some other color as well. I have tried to do it with the .css file but haven't been able to get it.

Let me know if you have any help.

Bill

bhaynes9@hotmail.com

Comments

Lioz’s picture

Hi!
If you want to change the frame border look at the border property into #page declaration

#page{border:12px solid #000000;}

change #000000 (black) to the colour you like

for secondary links you have to change

#submenu {
background: #801308;
}
giorgio79’s picture

Status: Active » Closed (duplicate)