View Single Post
  #1  
Old 09-12-2007, 11:35 PM
 
twinster twinster is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 68
 

Default Front page buttons and text colours

Hi all
I have read and read but must be missing something. I am trying to change the colours on my front page buttons and texts, in the menu boxes.
I have gone into skin1.css and skin1_admin.css but nothing I try seems to work. This is what I have changed - any advise plse.
Vertical menu
*/
.VertMenuLeftColumn {
WIDTH: 150px;
VERTICAL-ALIGN: top;
PADDING-LEFT: 6px;
PADDING-RIGHT: 20px;
}
.VertMenuRightColumn {
WIDTH: 148px;
VERTICAL-ALIGN: top;
PADDING-LEFT: 20px;
PADDING-RIGHT: 6px;
}
.VertMenuBox {
BACKGROUND-COLOR: #D6DAEE; (was D6D7D9)
PADDING: 1px;
}
.VertMenuBorder {
BACKGROUND-COLOR: #68C1FF; (was 68C1FF etc)
}
.VertMenuTitle {
BACKGROUND-COLOR: #35416C;
COLOR: #FFFFFF;
FONT-WEIGHT: bold;
PADDING: 1px;
}
.VertMenuSubTitle {
BACKGROUND-COLOR: #35416C;
}
.VertMenuTitleIcon {
WIDTH: 21px;
HEIGHT: 20px;
MARGIN-LEFT: 8px;
MARGIN-RIGHT: 8px;
VERTICAL-ALIGN: middle;
}
.VertMenuItems {
COLOR: #35416C;
TEXT-DECORATION: none;
}
A.VertMenuItems:link {
COLOR: #35416C;
TEXT-DECORATION: none;
}
A.VertMenuItems:visited {
COLOR: #35416C;
TEXT-DECORATION: none;
}
A.VertMenuItems:hover {
COLOR: #35416C;
TEXT-DECORATION: underline;
}
A.VertMenuItems:active {
COLOR: #34516C;
TEXT-DECORATION: none;
}

cheers...twinster
__________________
Thanks
Twinster
X-Cart Gold v4.1.9
Reply With Quote