css override 'on' pages gone!

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 19, 2013 2:29 pm
Reply with quote
Report this post
Hi there,

I added an override.css to remove 'leave a comment' at bottom.
Now when I set css override 'on' my regular contact page a singel article are gone.

Anyone have any clue?
There's just one override in the css file 'h3.titleComments {display: none;}'

Can't provide an url cause it's local.

Regards,

Pas
User avatar
Gold Boarder

GK User
Wed Mar 20, 2013 9:20 am
Reply with quote
Report this post
It is very hard to check this issue without seeing real site. All works fine when you remove this code from override.css ? Please publish site online and then provide a link.
User avatar
Platinum Boarder

GK User
Wed Mar 20, 2013 6:29 pm
Reply with quote
Report this post
Hi, site is online pasvorm.com override still off.

Hope this clear things up.

Regards, Pas
User avatar
Gold Boarder

GK User
Thu Mar 21, 2013 12:05 pm
Reply with quote
Report this post
Your override css code is :

Code: Select all
h3.titleComments,
div.k2box {
display:none !important;
}


and div.k2box means that you will hide all containers with this class so it is normal that when you use K2 contact page and this container is inside it is hidden.
User avatar
Platinum Boarder

GK User
Thu Mar 21, 2013 1:23 pm
Reply with quote
Report this post
That makes sense, haven't looked good at the code.

Thanks.

Pas
User avatar
Gold Boarder


cron