Hallo zusammen,
meine Fähigkeiten im HTML Bereich sind leider bis dato beschränkt, wobei ich mit dem grundlegenden Sachen schon klar komme. Folgendes Problem ist bei meiner Wordpress Konfiguration aufgetreten und ich weiß nicht weiter.
Hier erstmal der Link zur Seite:
http://paulinaundtobi.de/Buchhandlung/
Also wie man sieht ist die Hintergundfarbe der linken Sidebar ein blaßes blau. Ich möchte das gerne weiß haben, habe aber in der CSS nichts gefunden was darauf hinweist. Die rechte Sidebar anzupassen war kein Problem, aber bei der linken weiß ich nicht weiter.
Die Inhalte der l. Sidebar habe ich erstmal entfernt, da ich sie anders gestalten will als in der Vorlage. Als Vorlage habe ich den Multiflex-3 Theme benutzt, der bis dato auch keine Probeleme bereitet hat.
Ich füge einfach mal den Teil der CSS ein der sich mit den Sidebars befasst und in dem ich auch die rechte Sidebar verändern konnte.
/* Sidebars */
/* Colour of right sidbar menu header */
#right-sidebar h2 {
background-color: #007042;
}
/* Colour of right sidebar menu body */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {
background-color: #fff;
}
/* Colour of left sidebar menu header */
#sidebar h2.pages, #sidebar li h2 {
background-color: #007042;
}
/* Left sidebar */
#sidebar {
width: 200px;
padding: 0 0 10px 0;
margin: 0;
}
#sidebar ul {
margin: 0;
padding: 0;
}
#sidebar li {
list-style: none;
}
#sidebar h2.pages {
color: #fff;
background-image: url(images/bg_corner_topright.gif);
background-position: top right;
background-repeat: no-repeat;
margin: 0 0 10px 0;
padding: 5px 0 5px 20px;
}
#sidebar li h2 {
background-image: none;
color: #fff;
font-size: 1.0em;
margin: 10px 0 5px 0;
padding: 5px 0 5px 20px;
}
#sidebar a {
font-size: 0.9em;
color: #007042;
font-weight: bold;
text-decoration: none;
}
#sidebar li li {
padding: 0;
margin: 0 0 0 20px;
}
#sidebar li li a {
background: url(images/bg_bullet_full_1.gif) left no-repeat;
padding-left: 10px;
line-height: 20px;
}
#sidebar li li a:hover {
background: url(images/bg_bullet_full_2.gif) no-repeat left;
color: #007042;
text-decoration: underline;
}
#sidebar li li li {
padding: 0;
margin: 0 0 0 10px;
}
#sidebar li li li a {
background: url(images/bg_bullet_half_1.gif) left no-repeat;
padding-left: 10px;
line-height: 20px;
}
#sidebar li li li a:hover {
background: url(images/bg_bullet_half_2.gif) left no-repeat;
color: #007042;
text-decoration: underline;
}
#sidebar li.recentcomments {
padding: 2px 0 2px 0;
margin: 0 10px 0 10px;
font-size: 1em;
border-bottom: 1px solid #fff;
}
#sidebar li.recentcomments a {
font-size: 1em;
background-image: none;
}
#sidebar li#recentposts ul li.recentposts a {
padding: 0;
margin: 0;
background-image: none;
font-size: 0.95em;
}
#sidebar li#recentposts ul li.recentposts {
border-bottom: 1px solid #fff;
margin: 0 10px 0 10px;
padding: 2px 0 2px 0;
}
#sidebar div.textwidget {
padding: 2px 10px 2px 10px;
margin: 0;
}
#sidebar div.textwidget p {
font-size: 1em;
padding: 0;
margin: 0;
}
#sidebar div#calendar_wrap {
text-align: center;
margin: 0;
padding: 0 0 0 15px;
}
#sidebar #wp-calendar {
text-align: center;
}
#sidebar #wp-calendar a {
text-decoration: none;
}
#sidebar td {
font-size: 0.9em;
border: 1px solid #BED1C4;
padding: 3px;
background-color: #ffffff;
}
#sidebar td.pad {
border: none;
background: transparent;
}
#sidebar td#prev, #sidebar td#next {
border: none;
background: transparent;
}
#sidebar #today {
background-color: #ffff99;
}
/* Right sidebar */
#right-sidebar {
float: right;
width: 200px;
margin: 0;
padding: 0;
}
#right-sidebar ul {
list-style: none;
width: 186px;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
overflow: hidden;
}
#right-sidebar ul ul {
margin: 0;
padding: 0;
}
#right-sidebar span {
background: url(images/bg_corner_topleft.gif) top left no-repeat;
padding: 5px 5px 5px 10px;
}
#right-sidebar h2 {
background-image: url(images/bg_corner_topright.gif);
background-position: top right;
background-repeat: no-repeat;
padding: 5px 0 5px 0;
margin: 0 0 7px 0;
font-size: 1.0em;
color: #fff;
}
/* Change spacing below right hand menus */
#right-sidebar li {
margin: 0 0 15px 0;
padding: 0 0 15px 0;
}
#right-sidebar li li {
background-image: none;
margin: 0;
padding: 0 0 0 10px;
border-bottom: none;
}
#right-sidebar li li li {
margin: 0;
padding: 0 10px 0 10px;
border-bottom: none;
}
#right-sidebar a {
line-height: 0px;
text-decoration: none;
}
#right-sidebar li li a {
background: url(images/bg_bullet_full_2.gif) left no-repeat;
padding-left: 12px;
}
#right-sidebar li li li a {
background: url(images/bg_bullet_half_2.gif) left no-repeat;
padding-left: 12px;
}
#right-sidebar a:hover {
text-decoration: underline;
}
#right-sidebar li.recentcomments {
padding: 2px 10px 5px 0;
margin: 0 10px 0 10px;
border-bottom: 1px solid #89AAD6;
}
#right-sidebar li.recentcomments a {
background-image: none;
}
#right-sidebar li.recentposts {
padding: 2px 0 5px 0;
margin: 0 10px 0 10px;
border-bottom: 1px solid #89AAD6;
}
#right-sidebar li.recentposts a {
margin: 0;
padding: 0;
background-image: none;
}
#right-sidebar div.textwidget {
padding: 2px 10px 2px 10px;
}
#right-sidebar div.textwidget p {
font-size: 0.8em;
padding: 0;
margin: 0;
}
#right-sidebar div#calendar_wrap {
text-align: center;
margin: 0;
padding: 5px 5px 0 7px;
}
#right-sidebar #wp-calendar {
text-align: center;
}
#right-sidebar #wp-calendar a {
text-decoration: none;
}
#right-sidebar td {
font-size: 0.8em;
border: 1px solid #89AAD6;
padding: 3px;
background-color: #ffffff;
}
#right-sidebar td.pad {
border: none;
background: transparent;
}
#right-sidebar td#prev, td#next {
border: none;
background: transparent;
}
#right-sidebar #today {
background-color: #ffff99;
}
Alles anzeigen
Ich danke euch schonmal für die Hilfe und hoffe das sich da was machen lässt!
Vielen Dank!