+ Reply to Thread
Results 1 to 5 of 5

Thread: styling author comments

  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Default styling author comments

    Hi, I am using the three column split Cutline theme.

    Every time I try to style .bypostauthor I get my (I'm the author) comments styled the way I want to... but everyone who replies to that comment gets my style as well. Basically everything nested under my comment inherits my style, which I do not want.

    Help please!

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Can you show us the address of your site?

    That's basically how CSS works, so it's not a Cutline thing. You may need to "unstyle" the sub-level elements OR use the child selector > so it only affects the direct descendant but it doesn't work in IE6.

  3. #3
    Join Date
    Mar 2011
    Posts
    2

    Default

    Quote Originally Posted by sofimi View Post
    Can you show us the address of your site?

    That's basically how CSS works, so it's not a Cutline thing. You may need to "unstyle" the sub-level elements OR use the child selector > so it only affects the direct descendant but it doesn't work in IE6.
    How do I do that, though? Has anyone else managed to successfully style author comments alone in cutline?

  4. #4
    Join Date
    Feb 2009
    Posts
    605

    Default

    I'm not completely sure what your setup is on your site that's why I'm asking for your URL but it would be something like

    .bypostauthor { background: #eee; } /* author style */
    .bypostauthor li { background: #fff; } /* remove background color */

    Assuming <li> is the wrapping element for child comments.

  5. #5
    Join Date
    May 2011
    Posts
    1

    Default

    How do I do that, though?
    Logo Design Pros

+ Reply to Thread

Similar Threads

  1. author not showing up with posts
    By jessp27 in forum Posts, Pages, Comments
    Replies: 11
    Last Post: 01-07-2010, 09:34 AM
  2. Multi-level/suckerfish dropdown menu styling issue
    By mimikbos in forum Bugs & Fixes
    Replies: 1
    Last Post: 07-08-2009, 06:23 AM
  3. eBook Author for Guest Blog Post
    By deb_n in forum Service Offers
    Replies: 3
    Last Post: 10-18-2008, 12:01 PM
  4. Wordpress author page problem
    By candyaddict in forum General Discussion
    Replies: 16
    Last Post: 07-04-2008, 01:05 PM
  5. Multiple author theme plugin
    By jennifer in forum Ask the Experts
    Replies: 8
    Last Post: 03-27-2008, 08:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts