Benachrichtigungen
Alles löschen
Hallo, wie kann ich die Hintergrundfarbe der toolbar ändern?
Danke im Voraus!!
Jörg
Themenstarter Veröffentlicht : 17. Januar 2013 19:25
Das ist keine Farbe sondern eine Grafiek !
Die Fiendest du unter : /components/com_community/templates/default/images/bar-bg.png
Die CSS kanst du hier endern: /components/com_community/templates/default/css/style.css
Genauer gesagt ist es dieser eintrag:
#community-wrap .cToolBar {
background: url(../images/bar-bg.png) bottom repeat-x #d1d1b0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border: 1px solid rgba(0,0,0,0.08);
border-bottom: 0;
font-size: 12px;
padding: 10px 10px 6px;
margin: 0 0 20px;
position: relative;
z-index: 20;
}
Veröffentlicht : 1. März 2013 21:43
