Viewing 9 replies - 1 through 9 (of 9 total)
  • Take this out:
    .storytitle a {
    color: #003471;
    text-decoration: none;
    border: none;
    font-weight: bold;
    }

    .storytitle a:hover {
    color: #00CCFF;
    font-weight: bold;
    }

    Put this there instead:

    .storytitle a, .storytitle a:hover {
    color: #003471;
    text-decoration: none;
    border: none;
    font-weight: bold;
    }

    Thread Starter DarioDN

    (@dariodn)

    not change… 😐

    Yes it has.

    In your browser, look at your site.
    Then press CTRL and F5 together.

    Now look πŸ™‚

    Thread Starter DarioDN

    (@dariodn)

    i do, but it not change…

    are u sure?

    title is blu underlined, when the mouse go over it become golden…

    Thread Starter DarioDN

    (@dariodn)

    oh… ok… ther’s a mizundstood… πŸ™‚

    i referer to TITLE of Site (noname) and not TITLE of post (Hello World!)

    right? πŸ™‚

    Ahh…..and you are using Intrnet Explorer πŸ˜‰

    #header h1 {
    margin: 0 auto;
    padding: 0px;
    font-size: 500%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    }

    is what you seem to have. You need:
    #header h1 a, #header h1 a:hover {
    text-decoration:none;
    }

    that should do something….

    Thread Starter DarioDN

    (@dariodn)

    firefox…. and nothing change 😐

    Thread Starter DarioDN

    (@dariodn)

    tips?

    Looks fine to me, no change on mouseover…

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Title style in WP1.2.2’ is closed to new replies.