This will hide description text block completely. We are assuming you are using sporter1 style if you are using sporter2 style simply change its number in code and edit the right file in sporter2 directory.
Find File: "/modules/mod_image_show_gk4/styles/gk_sporter1/style.css"
Find Line: 21 Which is below
- Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText p { color:#fff; padding:0 150px 0 20px; line-height: 130% }
Add display:none so it hides it completely.
- Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText p { display:none; color:#fff; padding:0 150px 0 20px; line-height: 130% }