• Hello,

    There is a cose in WP theme header
    <style type=”text/css” media=”screen”>
    @import url( <?php bloginfo(‘stylesheet_url’); ?> );
    </style>

    and its importing blog title and placing it on the page in white font colour.

    Can anyone please tell me which code will make the title appear in black colour fonts ?
    In html the code is
    <font color=”#000000″>
    </font>

    but in php theme it smessing theme up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter armenia

    (@armenia)

    Anyone ?

    You need to read up on CSS, that code calls the CSS stylesheet associated with your theme.

    Your theme layout and colours are determined with CSS.

    The class in the theme stylesheet that governs the post title is .storytitle (usually, unless a theme author has changed it; take a peek at your source code to be certain).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme issue’ is closed to new replies.