ThemeShaper Forums » Thematic

[closed]

How to disable highlighting of comments made by post author?

(4 posts)
  • Started 13 years ago by Eva
  • Latest reply from helgatheviking
  • This topic is resolved
  1. Eva
    Member

    Hi, is there any possibility to switch off the highlighting-function for .bypostauthor-comments?

    Posted 13 years ago #
  2. if you've copied the default.css into your stylesheet (as is suggested if you are going to be making a lot of changes to the default styles) then find:

    #comments-list li.bypostauthor{
    background:none repeat scroll 0 0 #FFFFCC;
    }

    and delete it. if you are importing the default style.css add this to the bottom of your style.css to overwrite it:

    #comments-list li.bypostauthor {
    background: inherit;
    }

    Posted 13 years ago #
  3. Eva
    Member

    Thank you very much for your quick answer! The second one didn't work, so I decided to copy the default.css completely as you suggested... (:

    Posted 13 years ago #
  4. maybe background: none; was the right answer? glad one of them worked.

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.