Hi, is there any possibility to switch off the highlighting-function for .bypostauthor-comments?
ThemeShaper Forums » Thematic
How to disable highlighting of comments made by post author?
(4 posts)-
Posted 1 year 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 1 year 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 1 year ago # -
maybe background: none; was the right answer? glad one of them worked.
Posted 1 year ago #
Reply
You must log in to post.