Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
lswd331 (Guest)
lswd331 (Guest)
Hello:
 
I just purchased the standard cart and am making some changes to the look of the classic red template. My client likes the color shceme/combo I have for him at 2800.genwebserver.com/~gizmo. However, I have run into a big problem.
 
The porblem is the text in the gold blocks for the cart checkout. Specifically the item(s) that have been selected for purchase. They show in white and I want them to be darker. So they read easier inthe gold background. For the life of me I cant find the style to change. Can someone direct me to an instruction, a visual or some information on what style item controls this function?
 
What would be great whould be if there was a side by side visual showing what changes when you make a color change.
 
Appreciate the help...
 
Joe
Last modified: 9 Mar 2007 9:46 PM
 
Anjula
Anjula
Hi,
 
To change the colour of your white text in the gold background, you are to open your .classic_red.css file in the 'styles' folder and find the following lines there:
.titleTopCenter div {
display: inline-block;
color: #ffffff; /*********/
font-weight: bold;
font-size: 9pt;
font-family: tahoma,sans-serif,arial,verdana;
text-transform: normal;
 
z-index: 2000;
position: relative;
bottom: 10px;
margin: 0px 0px 0px 0px;
background: url(../images/classic/red/bg-legend_2.gif);
padding: 2px 20px 2px 20px;
border: 1px solid #000000;
}
 
All you have to do is to remove ffffff from the line 'color' and enter the colour you need. In your case, it may be black. So you can enter 000000 instead of ffffff and your text will be black. It should be like this: color: #000000; /*********/
 
With regards,
ViArt Support Team
 
 
 
 
lswd331
lswd331
Thank you for the response. But that didnt really help. It didnt change the white to block when I did it, but it changed the fact I didnt have inline block. I had display: #000000.
 
I can change the text in the gold to black, but when I do it changes the cart links on the basket page to black also. I want those to remain white, but cant find the spot.
 
I got the white to go to black inthe gold when I made the changes in this area:
 
a.header {color: #000; text-decoration: underline;}
a.header:hover {color: #00f; text-decoration: underline;}
a.title {}
a.title:hover {}
a.smallText {color: #ffffff; text-decoration: none; font-size: 8pt;}
a.smallText:hover {color: c00000; text-decoration: underline; font-size: 8pt;}
a {color: #000000; text-decoration: underline;}
a:hover {color: C00000; text-decoration: underline;}
 
But now I am stuck I can not change the cart links below on this page to white. http://2800.genwebserver.com/~gizmo/basket.php They change to black also and I dont want them to.
 
What to change?
 
Thank you