How to remove text

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
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 Sep 07, 2012 3:19 am
How can I remove the title text in the image rotator? I just want the images and no text on the images.

Thanks
User avatar
Fresh Boarder

GK User
Fri Sep 07, 2012 3:51 am
Which style are you using , it would also help if you can post a link to your website so we can make a suggestion.

See you around...
User avatar
Platinum Boarder

GK User
Sat Sep 08, 2012 1:21 am
User avatar
Fresh Boarder

GK User
Sat Sep 08, 2012 6:36 am
You can use following css codes to hide what you want, add them to css/override.css in template folder and also enable css override option from template settings > advanced settings > css override "on".

Hides text title and arrows
Code: Select all
.gkIsWrapper-gk_boutique .gkIsText { display:none;}

Hides Timeline bar
Code: Select all
.gkIsWrapper-gk_boutique .gkIsTimeline { display:none;}


See you around...
User avatar
Platinum Boarder

GK User
Wed Sep 12, 2012 2:19 am
Perfect! Thank you.
User avatar
Fresh Boarder

GK User
Mon Sep 17, 2012 6:18 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron