Change category text color

  • Unknown's avatar

    Hi! I’m trying to change the category (and comments) text color but I can not locate this in the CSS or I end up changing the wrong one. Maybe a simple question but any help is appreciated! I’m using the customaized visual theme. Thanks!

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

  • Unknown's avatar

    Hi there, on this categories page, /category/forever-favorites/ , the following will change the title and the paragraph below the title. Edit the color codes as desire.

    .page-header .page-title {
    color: #99FF00;
    }
    .taxonomy-description p {
    color: #CC0000;
    }

    I’m not seeing any comments, but if you are talking about the “leave a reply stuff above the comments box, add this and edit the color.

    .comments-title, .nocomments, #reply-title {
    color: #99FF00;
    }

    I also noticed the next and previous links on single post pages is the light color, so to change those, add the following and edit.

    [class*="navigation"] .nav-previous a, [class*="navigation"] .nav-next a {
        color: #CC0000;
    }

    That should get you started.

  • The topic ‘Change category text color’ is closed to new replies.