StageUnited Posted November 25, 2009 Report Share Posted November 25, 2009 Hallo Leute, ich bin nun auch im besitz einer Veyton lizens und habe mich dann heut einmal damit beschäftigt in dem normalen Design ein paar farben zu ändern. Ich suche aber leider verebens in den css Dateien die Möglichkeit die Schriftarbe im linken Menü (das von den Kategorien) zu ändern. Weiß jemand von euch wo das vllt. geht? Liebe Grüße Link to comment Share on other sites More sharing options...
Dress Posted November 25, 2009 Report Share Posted November 25, 2009 Schau mal in der stylesheet.css an der stelle nach: ul#categorymenu color:#FFFFFF; [B][SIZE="3"]stylesheet.css (Zeile 109)[/SIZE][/B] Link to comment Share on other sites More sharing options...
StageUnited Posted November 25, 2009 Author Report Share Posted November 25, 2009 danke für die schnelle Hilfe aber sowas hab ich da gar nicht ... zeile 109 is die 4. von unten /* CATEGORY MENU */ h2.categoryheader {background-color:#F3A807; background-image:url(../img/bg_boxheader.gif);height:28px;font-size:11px; color:#FF962E; padding:2px 8px 0px 8px; margin:0; line-height:28px; vertical-align:middle;} h2.categoryheader a {text-decoration:none; color:#fff} ul#categorymenu .active, ul#categorymenu .active a { font-weight:900; color: #000;} ul#categorymenu { list-style-type:none; } ul#categorymenu li { list-style-type:none; border: solid #fff; border-width:1px 0px 0px 0px;} ul#categorymenu li a{ text-decoration:none; color:#fff;} ul#categorymenu {background-color:#EDEDED; margin-bottom:15px; border: solid #4E4E4F; border-width:0px 1px 1px 1px; } /* 1st TIER */ ul#categorymenu li.level1 { background-color:#EDEDED; padding:4px 0px 4px 6px; font-size: 1.0em;} /* 2nd TIER */ ul#categorymenu li.level2 { background-color:#EDEDED; padding:4px 0px 4px 24px; font-size: 0.9em;} /* 3rd TIER */ ul#categorymenu li.level3 { background-color:#EDEDED; padding:4px 0px 4px 40px; font-size: 0.8em;} //edit: Beim Posten die Lösung gesehen ul#categorymenu li a{ text-decoration:none; color:#fff;}[/code] das color an dem Ende ist dafür zuständig Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.