Hallo liebe Community,
Ich habe ein Problem mit dem "Dynamic News Pro" Theme. Das Theme beinhaltet Schatten um verschiedene Bereiche (siehe hier). Diese finde Ich unschön und Ich würde sie deshalb gerne entfernen.
Dem Ersteller des Themes habe Ich eine Mail geschrieben. Daraufhin kam diese Antwort:
Zitat[INDENT][FONT=Arial]You can adjust the styling of Dynamic News with custom CSS code.[/FONT]
[FONT=Arial]You can identify all boxes with the Firebug add-on ( [/FONT]http://themezee.com/docs/customize-css-with-firebug/[FONT=Arial] ) and set the box-shadow value to none for them.[/FONT]
[FONT=Arial]For example:[/FONT][/INDENT]
.widget,
.type-post,
.type-page {
box-shadow: none;
}[INDENT][FONT=Arial]You can add your own CSS snippets to your WordPress website by using the Simple Custom CSS plugin as described on [/FONT]http://themezee.com/docs/simple-custom-css/[/INDENT]
Doch wie finde Ich alle "Boxen"? Das Firebug add-on gibt es leider nicht für meinen Browser und Ich kenne mich auch sonst nicht gut mit CSS aus.
Bin für jede Hilfe dankbar. :oops: