• How do I get rid of the line under the “WordPress” link at the bott0m, where it says “Powered by WordPress”? I added “text-decoration: none;” under the .credit section of wp-layout.css, but nothing changed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pezastic

    (@pezastic)

    Somewhat related to this, isn’t the “Load time:”, like is seen at the bottom of this page, part of the credit line in the default index.php?

    <p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by WordPress"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?></cite>

    I’m not seeing it on my page.

    I *think* the CSS needed is something like
    .credit cite a {text-decoration: none; }
    And yes, load time / queries did used to be there .. but no longer it seems. I think it got dropped somewhere around 1.2pre-alpha ?

    heh, for some reason I can’t even get the credits to show on my page… i’ve tried playing around with the css stylesheet and i get nothing.

    Thread Starter pezastic

    (@pezastic)

    Here’s what I have in my wp-layout.css:
    .credit {
    color: #3C5FA1;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    }
    Still, the line under the hyperlink remains. How do I get rid of it?

    Thread Starter pezastic

    (@pezastic)

    podz:
    I didn’t get your reply, until now. I changed the first line in my wp-layout.css to:
    .credit cite a {text-decoration: none; }
    and now the line is gone. Thanks a bunch!
    Any idea how, or if it is possible, to get the “Load time” to show?

    You can’t even see the Word Press part now, because it’s white on your white background.

    Thread Starter pezastic

    (@pezastic)

    Hey, thanks for the heads-up! I just ripped out the whole stylesheet reference and went with:

    <p align="center">
    <font face="tahoma" size="2">Powered by

    <span style="text-decoration: none">WordPress 1.2</span>
    </font></td>

    I got no time to learn CSS.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the credit style’ is closed to new replies.