Schriftfarbe in der Navigationsleiste

  • hmm...

    schau in der struktur.css
    zu finden in : deinshoproot/deintemplate/css

    dort suchst du nach :

    Code
    /* Navigation */

    da kannst du die designeinstellungen für die headernavigation ändern

  • Sorry, ich bin kein designer. Mit dem System komme ich sonst so weit ganz gut klar.

    Meinst du in struktur.css?

    header nav a:link,header nav a:visited, header nav { color: #333333; font-size: 1.1em; font-weight: 600}

    Es passiert leider nichts. Und diese vertikalen Linien hätte ich auch gerne anders. (farblich) Danke für eure Hilfe!!

  • hmm...

    öffne die datei struktur.css dort gehst du zum Eintrag : /*Navigation */
    und da schaust du dir dann das an was du ändern möchtest ...
    die farbcodes ersetzen ... den cach des shops löschen und schauen ob es paßt ...

    ist alles beschrieben dort ...

  • Sorry, ich habe jetzt cache und templates_c ordner geleert und struktur.css neu geladen, trotzdem passiert nichts. Schriftfarbe immer noch weiß.??? und wo sind die vertikalen linien zu sehen?

    /* Basis Struktur END */

    /* Navigation */
    header nav {
    display: inline-block;
    clear:both;
    line-height: 36px;
    border: 1px solid #cccccc;
    width: 988px;
    height: 36px;
    margin: 2px 0 0 0;
    background: url("../../../cseo_css_img.php?w=1&h=40&c1=fefefeff&c2=dfdfdfff") repeat-x scroll left center #dfdfdf;
    }

    header nav a:link,header nav a:visited, header nav { color: #333333; font-size: 1.1em; font-weight: 600}

    #nav_nleft {
    width: 700px;
    text-align: left;
    float:left;
    z-index: 7;
    height: 36px;
    }

    #nav_nleft_menu, #nav_nleft_menu ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 700px;
    }

    #nav_nleft_menu li{
    float: left;
    }

    #nav_nleft_menu a{
    padding: 0 17px 0 15px;
    display:block;
    color:#fff;
    font-size: 13px;
    border-right: 1px solid #333;
    }

    #nav_nleft_menu a:hover{
    padding: 0 17px 0 15px;
    display:block;
    background: url(../../../cseo_css_img.php?c1=fefefeff&c2=dfdfdfff&h=40) center left repeat-x #fefefe;
    color:#000000
    }

    .nav_nleft { float: left; width: 695px; text-align: left; padding-left: 10px }
    .nav_nleft a{ border-right: 1px solid #ffffff; padding: 0 4px 0 3px}
    .nav_nleft a:hover{background: url("../../../cseo_css_img.php?w=1&h=40&c1=828282ff&c2=616161ff") repeat-x scroll left center #616161; }

    .nav_nright {text-align: right; float: right; width: 260px; padding-right: 10px }

    #nav_left { float: left; margin: 0 0 0 -190px; width: 180px; position: relative; z-index: 5;display:inline; }

    #nav_right { float: right; margin-right: -188px; width: 180px; position: relative; z-index: 5; text-align: left;display:inline; }

    #nav_right ul {margin-left:15px;}

    #nav_right ul.sub {list-style:circle;font-size:95%;}

    /* Navigation END */