Why did my catagory cloud color change?

  • I am using Modularity lite, robgorrell.com. I changed the color for the catagory and tags under the posts using:

    a {
    color:#D39C04;
    text-decoration:none;
    }

    The post-post text changed to what I wanted, and some of the links in posts changed, but not all. Also, the color for my catagory cloud in my sidebar changed, which I did not want it to do.

    Help?

    The blog I need help with is: (visible only to logged in users)

  • The tag cloud inherits the color from the “a” selector, so you have to specifically target the tag cloud to get the color to remain white.

    #tag_cloud a {
    color: #FFFFFF;
    }

    What other text did you want to go to the yellowish color?

  • The topic ‘Why did my catagory cloud color change?’ is closed to new replies.