nsp gk5 - highlights

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 23, 2014 2:05 pm
Hello again,
I would like to use a mode that simply and only lists the item titles. (no numbers, no images)
Highlights mode seems to do this, but I would like to get rid of the number counter and have the titles align to the left edge.
Can I do this?
Or is there another mode that would be more suitable to use?
User avatar
Fresh Boarder

GK User
Wed Apr 23, 2014 3:52 pm
Could you show me your site? I'll provide you simple CSS fix which will hide this area.
User avatar
Platinum Boarder

GK User
Wed Apr 23, 2014 4:40 pm
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkNspPM-Highlights li:before { display: none }
.gkNspPM-Highlights li { padding: 16px}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Apr 23, 2014 5:05 pm
great thanks!!
User avatar
Fresh Boarder


cron