How do I remove the graphics line below heading?

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
Sat Oct 27, 2012 10:10 pm
Reply with quote
Report this post
I need to be able to remove the light grey 16 px high bar in order to reduce the space between between the heading text.

I am using K2 v2.61

Any idea on how to do this?:
User avatar
Gold Boarder

GK User
Sun Oct 28, 2012 10:31 pm
Reply with quote
Report this post
Hi

Please show me your website.
User avatar
Platinum Boarder

GK User
Mon Oct 29, 2012 7:08 pm
Reply with quote
Report this post
Hi Seichinha, I just realised that this is the K2 area for displaying "Print", "E-mail", etc. So, I will therefore keep it as it is.

Thanks your attention though!

Seichinha wrote:Hi

Please show me your website.
User avatar
Gold Boarder

GK User
Wed Nov 07, 2012 6:27 pm
Reply with quote
Report this post
Hi again, this issue is now present again.

Using K2 and not wanting any "pring", "email", "social icons", "media", etc. appearing for every K2 item ... I hide all of it.

Unfortunately this leaves me with a greay thick line left which I would like to be remove.

Could you please guide on on where in the k2.css file one sould edit it?

Meanwhile, I am forced to use the Joomla article until this is solved.

Hope to hear from you soon.
User avatar
Gold Boarder

GK User
Mon Nov 26, 2012 4:13 pm
Reply with quote
Report this post
Hi again

Please enable the use of css override on the template parameters > advanced settings.
Them open ../gk_gamenews/css/override.css and try adding this code.

Code: Select all
#k2Container.itemView ul {padding: 0 }
#k2Container.itemView ul li:first-child {padding-left: 12px}
#k2Container.itemView ul li {padding: 8px 0}


It should work now on k2 item view.

Cheers ;)
User avatar
Platinum Boarder


cron