Meine Frage noch mal - anders formuliert - wo kann ich die css für die Navigation anpassen? Habe ich in der phpwcms_template->inc_css->frontend.css nicht gefunden.
Herzlichen Dank
Uwe
css für Navigation
Hier findest du die Tabellen Settings:
conf.template_default.inc.php
und hier einige css settings:
phpwcms_template->inc_css->frontend.css
Stichwort:
.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: normal;
text-decoration: none;
}
.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: bold;
text-decoration: none;
}
Kleiner Tipp: Leg dir nen anständigen Editor zu, z.B. Macromedia Homesite oder Eclipse dann kannst auch durch Vewrzeichnisse hindurch nach Begriffen suchen.
conf.template_default.inc.php
und hier einige css settings:
phpwcms_template->inc_css->frontend.css
Stichwort:
.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: normal;
text-decoration: none;
}
.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: bold;
text-decoration: none;
}
Kleiner Tipp: Leg dir nen anständigen Editor zu, z.B. Macromedia Homesite oder Eclipse dann kannst auch durch Vewrzeichnisse hindurch nach Begriffen suchen.