Support

changing the header title font of Fog 1.0 (4 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss Anonymous

    Unregistered


    rss Posted 4 years ago
    #

    Hi, I would like to know how to change the color of the header title. I've changed the font type and size, no problem, but can't for the life of me figure out how to change the color; it's too light in the font edda. Thanks.

  2. rss milo

    moderator


    rss Posted 4 years ago
    #

    Open Stylesheet, look up this line:


    h1,h1 a{font:30px normal arial,Helvetica,Sans-Serif;float:right;color:#AEC1CD;
    font-variant:small-caps;padding:0 20px 0 0 ;margin:0;}

    Change the color specification "color:#AEC1CD;" to your needs.
    NOTE: header titles (h1 tags) are always defined via the h1 class or id.

  3. rss gody8745

    new member


    rss Posted 4 years ago
    #

    I tried this already, doesn't work. I've put different values in to specify different colors, but the font color doesn't change. I've even cut out the whole section "color: #AEC1CD" and still no change, the color stays the same as default design.

  4. rss milo

    moderator


    rss Posted 4 years ago
    #

    Search for this on header.php:

    <div id="header">< a name = " top " >
    <h1>< a titl e= " Home is where the heart is" href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></h1>
    <div id="topmenu">
    ...

    Paste this:

    <div id="header">< a name = " top " > < / a >
    <h1>< a title = " Home is where the heart is" href = " <?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?>< / a ></h1>
    <div id="topmenu">

    Open CSS and search this:

    h1, h1 a{font: 30px normal arial, Helvetica, Sans-Serif;float:right;color:#AEC1CD;
    font-variant: small-caps;padding:0 20px 0 0 ;margin:0;}

    Replace with this:

    #header h1,#header h1 a{font:30px normal arial,Helvetica,Sans-Serif;float:right;color:#AEC1CD;
    font-variant:small-caps;padding:0 20px 0 0;margin:0;}

    The "a" tag was open, sorry.

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.