1
Hi all, I'm using a theme I downloaded from somewhere and made some modifications to the css to change color and background. Now I run into one problem.
When posting a comment to a news article, the page shows a table with 2 parts, first part display the news article and lower part is the comment posting form. This table or just the first part uses the class "outer", but I added a background image to the "outer" class in css. The problem is I don't want that background to show in THIS table (the background shows in the news article part).
I have looked into files tried to find where it defines style for this table, but I just get lost with all the phps and includes. This page is generated from file comment_new.php under news module along with other included files, I did find the file that generates the first part of the table but it doesn't define style, so it must be somewhere else. But where? I need to find it so I can change it to use some style other than "outer", can anyone point me to the right way? Many thanks.