Lost your password?

Need help? Check out our Support site, then


Digg 3 Column - How do I change post title color?

  1. I've tried changing every color assingment I can find in the CSS but I can't figure out how to change the post title color. It remains blue no matter what I adjust. Help?

  2. Here is the CSS class you need to edit to change post titles:

    .post h2 {
    	font-size:16px;
    	font-weight:bold;
    	line-height:27px;
    	padding:0 0 2px;
    }
  3. Thanks for responding! I'm really inexperienced with CSS. Could you be a little more specific? I made this edit:

    .post h2 {
    font-size:16px;
    font-weight:bold;
    line-height:27px;
    padding:0 0 2px;
    color: #66cc33;
    }

    But I didn't see a change. What am I doing wrong?

  4. Where did you add this? I don't see the color listed in your Custom CSS.

  5. I didn't ever save the change since it didn't show up in preview. I'm sorry if what I'm doing doesn't make sense. I'm trying to teach myself, but I should probably go buy a book or something. I just found the code echo1123 pointed out and replaced it, but maybe that's not the way to go.

  6. But I've saved it now, to see if that's helpful. Thanks for looking at it.

  7. Actually, after looking it over, you'll need to edit the color here:

    .post h2 a {
    	text-decoration:none;
    	color:#105cb6;
    	border-bottom:1px solid #3f2512;
    }

    This will change the link color for the post titles. Make sure to click the Save Stylesheet button after making the change.

  8. That works perfectly. Thank you so much! You were really helpful!

  9. Ah, I missed the 'a' on the class. Glad it worked out eventually for you :)

Topic Closed

This topic has been closed to new replies.


About this Topic