Hi, is there any possibility to switch off the highlighting-function for .bypostauthor-comments?
ThemeShaper Forums » Thematic
[closed]
How to disable highlighting of comments made by post author?
(4 posts)-
Posted 12 years ago #
-
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 12 years ago # -
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 12 years ago # -
maybe background: none; was the right answer? glad one of them worked.
Posted 12 years ago #
Topic Closed
This topic has been closed to new replies.