Forums

sidebar, title and misc text? (7 posts)

  1. Heat
    Member
    Posted 4 years ago #

    Well, i've been wondering since i wanted to refresh my wordpress, can i change the title, the sidebar, and the misc(see image link below) to a certain color other than the default one?

    the circled areas in this image are the ones which i'm referring to:

    http://img.photobucket.com/albums/v484/mrheat/changetogreen.jpg

    Thanks,
    Heat

  2. oriecat
    Member
    Posted 4 years ago #

    Absolutely you can change those. You just need to play with the colors in the style.css file.

  3. Heat
    Member
    Posted 4 years ago #

    Thanks oriecat, but for some reason, i can't find the line that is responsible for the LINK colors, which are blue currently, can you please quote or referr me to that line?

    Thanks again
    Heat

  4. moshu
    Member
    Posted 4 years ago #

    You won't find it as "LINK", but anything having a in it.

  5. Heat
    Member
    Posted 4 years ago #

    Anything having an a in it? isn't that a bit generalizing? =/

    Heat

  6. oriecat
    Member
    Posted 4 years ago #

    a stands for anchor, which are the tags that make links. So you need to look for things like:

    a {

    #sidebar a {

    #header a {

    ul li a {

    etc. The places with an a like that. Those are what make your links.

  7. oriecat
    Member
    Posted 4 years ago #

    It looks like most of what you want changed is controlled by this section:
    a, h2 a:hover, h3 a:hover {

    So change the color code there.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.