Forums

C hange font color in #blogtitle has no effect (3 posts)

  1. CyberCrone
    Member
    Posted 1 year ago #

    I want to change the color of the title of my blog. In the css style sheet it's #blogtitle. I change the color code in #blogtitle and upload the revised css style sheet to my site and refresh the blog in browser but nothing happens. I'm a complete novice so I don't know where to look to identify the problem. I am using blue-earth theme. Do I need to make this change someplace else as well? Or ??????

    Also, can anyone tell me where to find basic instructions on how to design a blog theme? Especially how to work with Sandbox? I would think there would be zillions of places but so far I haven't found any sites that are just basic 1-2-3.

  2. chaoskaizer
    Member
    Posted 1 year ago #

    any specific URL?

  3. Anonymous
    Unregistered
    Posted 1 year ago #

    If you have what problem I think you do, this should work:

    #blogtitle a {
         color: #123456;
    }

    The Codex + the forums are useful enough. WordPress uses PHP, so if you don't know this programming language, W3 Schools will help you.

Topic Closed

This topic has been closed to new replies.

About this Topic