• Hello,

    I want to change the color of my name for my own messages on the weblog (I’m the admin). I’ve looked in the css files, can’t find it.

    Anybody who knows how to do it?

    Ruud

Viewing 5 replies - 1 through 5 (of 5 total)
  • several ways of doing so

    the simplest way I can think of, (that I never really tried)
    Is :

    <div class="author-id-<?php echo $post->user_id; ?>">

    And then just style .author-id-1

    by the way, if you are using K2 ,I think it has a built in author slug-name CSS classname inside the body HTML tag & post div,

    .author-admin .entry-title{
    /* author specific css */
    font-size: whatever;
    }
    .author-someone_else .entry-title{
    /* author specific css */
    color: whatever

    }

    Thread Starter ruud1983

    (@ruud1983)

    Thanks for your answer, but sorry, I don’t get it. What are the names of the files I have to change?

    Ruud

    Thread Starter ruud1983

    (@ruud1983)

    *kick* 🙂

    Is there any plugin to do that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of admin name’ is closed to new replies.