Remove backgrnd stripes on author response when posting comments

GK User
Tue Oct 19, 2010 9:30 pm
Does anyone know how to remove the backgrnd white stripes when a author posts a comment?

Thank you,
David
User avatar
Fresh Boarder

GK User
Wed Oct 20, 2010 2:30 am
Try adding this line on template.css file:

Code: Select all
.inputbox {background: #fff!important}
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 5:42 pm
Actually this fixed another problem I was having with the input boxes on form fields with Internet Explorer showing up white.

But the problem I was trying to fix is when a user posts a comment, the comment looks normal, if a author posts a comment, then the post has a white striped background.

Line 287 of K2.css

li.authorResponse {
background:url("../images/system/stripes.png") repeat scroll 0 0 transparent; }

I have tried commenting this out, but still shows up. Not sure how to fix this problem.

Thank you for your help!
User avatar
Fresh Boarder

GK User
Mon Jan 03, 2011 12:06 am
I have this too, I've just put a 2 behind the /stripes.png so that it links to a file that isn''t there, seems too work......
User avatar
Fresh Boarder


cron