Hello, I installed the default skin for X-cart Gold v.4.0.14, and I began to edit the CSS file to change a part of the design...
The problem is that for example a have in the CSS file:
.DialogTitle {
COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 11px;
}
so, not EVERY Diolog title is white

, The problem occurs when I browse the system with
FireFox
Now if I have two diolog boxes, one is with white title, but the other is with green one...
I check the Page Source with the FF browser(Right click -> view source) and I discovered, that before the problem text there is
<SPAN style="color:green;......" ....

I checked the page with the IE 6.0 and Opera and there was
no problem and
no SPAN tag.....
This problem is not only in the Diolog Titles, it is in some elements in the vertical menu and many other texts...
I test the new design on my local host with the 30 days DEMO version.
here is a screenshot to look at:
SCREENSHOT /Here I've shown some problem texts, but you can see the problem with menu titles, the serch bar and the Diolog title..../
So is there a way to fix this problem?