Hallo alle zusammen,
ich nutze WP 3.4, denke aber, dass mein Problem damit nichts zu tun hat.
Das Problem
Wenn ich ein Bid in Beitrag setze und keine Bildbeschriftung vornehme, dann erscheint das Bild ohne Rahmen - alles gut!
Wenn ich dagegen eine Bildbeschriftung vornehme, dann erscheint ein Rahmen und der ist weiß. Mein Themenhintergrund dagegen schwarz. Das gefällt mir nicht und deshalb möchte ich das ändern. In meiner style.css habe ich bereits einige Änderungen vorgenommen - leider ohne jeglichen Erfolg.
Code
/* WP requirements */
.highlight {font-weight: bold;}
.clear {margin: 0;padding: 0;clear: both;}
.alignleft {float: left;margin: 5px 10px 5px 0;}
.alignright {float: right;margin: 5px 0 5px 10px;}
.aligncenter, div.aligncenter {margin: 10px auto;text-align: center;display: block;}
img.alignleft {float: left;margin: 5px 10px 5px 0;}
img.alignright {float: right;margin: 5px 0 5px 10px;}
img.aligncenter {margin: 10px auto;text-align: center;display: block;}
.wp-caption {background: color: #000;border-width: 1px;border-style: solid #000000;text-align: center;padding-top: 4px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.wp-caption img {margin: 0;padding: 0;border: none;}
.wp-caption p.wp-caption-text {font-size: 1.1em;line-height: 1.7em;padding: 0 4px 5px;margin: 0;color: #000;}
Alles anzeigen
Ich nehme mal an, dass diese Einstellung in einer anderen CSS-Datei vorgenommen werden muss.
Ich bin für jede Hilfe dankbar.