Hallo WP-Gemeinde,
ich wollte mir ein benutzerdefiniertes CSS basteln und habe auch eine Lösung gefunden. Unter http://bueltge.de/wp-bestehende-…e-anpassen/496/ Also habe ich nach der Anleitung eine custom.css erstellt und die entsprechenden Änderungen in der header.php vorgenommen.
PHP
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
/* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
</head>
<body class="custom">
<div id="wrapper" class="hfeed">
Alles anzeigen
Soweit, so gut, habe in die neue Custom.css eine Teständerung eingegeben, aber es passiert absolut nichts.
Kann mir hier jemand behilflich sein? vielen Dank schonmal.
LG