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
/* 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;
}