arrie Posted May 15, 2007 Report Share Posted May 15, 2007 Hallo Also ich habe schon die Hintergründe bei den Überschriften wie z.B Kategorien,Schnellkauf,Warenkorb usw. zu ändern. Nun möchte ich noch die Hintergrunfarbe in den Boxen also untehalb der Überschriften ändern. Ich weiss nur nicht wo und in welcher datei. Bin absoluter Frischling. Gruß Arrie Link to comment Share on other sites More sharing options...
walter999 Posted May 15, 2007 Report Share Posted May 15, 2007 Das machst Du in der CSS-Datei. Such mal nach dieser CSS-Anweisung: TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #[COLOR=Red]EEEEEE[/COLOR]; height:17px; color: #ffffff; } Und dann kannst du da wo rot markiert den Farbwert ändern. Gruß Walter Link to comment Share on other sites More sharing options...
arrie Posted May 15, 2007 Author Report Share Posted May 15, 2007 Bei mir steht das da drinn: TD.infoBoxHeading { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; /*font-variant:small-caps;*/ color:#FFFFFF; background-image:url(images/box_header.gif); background-repeat:repeat-x; background-position:center; line-height:28px; padding: 0 6px 0 4px; Das bewirkt aber nur die Überschrift der Box. Leider nicht was darunter steht. Gruß arrie Link to comment Share on other sites More sharing options...
arrie Posted May 15, 2007 Author Report Share Posted May 15, 2007 Ok. Danke habe es gefunden. Gruß Arrie Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.