Image Show timer bar in Boutique

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
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
Fri Jan 04, 2013 3:31 pm
Hi,

Is it possible to remove timer line in Boutique template's Image Show module? Meaning this tiny timer bar that runs from left to right when a slide is displayed.. If so, how do I disable it?
User avatar
Junior Boarder

GK User
Fri Jan 04, 2013 4:35 pm
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.gkIsTimeline {
display: none !important;
}

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

GK User
Fri Jan 04, 2013 4:46 pm
Thank you very much for quick help!
User avatar
Junior Boarder


cron