Remove title in textbox of slideshow

GK User
Fri Oct 21, 2011 5:59 am
Hello!

I'm working with the template "Black & White". I'm wondering how I can remove the title that shows in the text box within the slide show?

Many thanks in advance!

Kind regards,
Malin
User avatar
Fresh Boarder

GK User
Fri Oct 21, 2011 6:26 am
Whats your joomla version...
User avatar
Platinum Boarder

GK User
Fri Oct 21, 2011 6:40 am
1.5.23
User avatar
Fresh Boarder

GK User
Fri Oct 21, 2011 6:49 am
Enable CSS Override feature from Template Settings > Dev > CSS Override
Find file: /templates/gk_blackandwhite/css/override.css
Add below code, last code is optional if you want to hide arrow at the end of text.

Code: Select all
/* Hides title block */
.gkIsWrapper-gk_black_and_white .gkIsText h4 {
    display: none;
}
/* Increases box top side */
.gkIsWrapper-gk_black_and_white .gkIsText p {
    padding-top: 15px;
}
/* Optional - Disables arrows at the end of text */
.gk_is_text .readon {
   display:none;
}
User avatar
Platinum Boarder

GK User
Fri Oct 21, 2011 6:42 pm
Thank you for your help!
Hmm....it doesn't work.
I've changed the Dev Mode to Use override.CSS ON.
And then I went in to the css style called override.css and pasted the text at the top.
Could there be something else I need to do?

Best regards,
Malin
User avatar
Fresh Boarder

GK User
Fri Oct 21, 2011 8:09 pm
Do you have a live link?
User avatar
Platinum Boarder


cron