[wp-polyglots] Kubrick i18n / change at style.css

Francesc Hervada-Sala francesc at hervada.org
Wed Mar 12 20:15:43 GMT 2008


Am Mittwoch, 12. März 2008 08:47:43 schrieb Nikolay Bachiyski:
> Using a plugin, you can affect css by adding more css after it. The
> wp_head hook lets you add html code in the end of the head tag on
> non-admin WordPress pages. Here is the code, which out in ca.php will
> do the trick:
>
> ca.php:
>
> function catalan_capitalization_fix() {
> ?>
>     <style type="text/css">
>         #wp-calendar th {
>             text-transform: none !important;
>         }
>     </style>
> <?php
> }
>
> add_action('wp_head', 'catalan_capitalization_fix');

thanx a lot, Nikolay - that is a very useful information!

Best regards,

Francesc


More information about the wp-polyglots mailing list