hi,
I need help to remove from my mod_gk_image_show, template style the "title small title big" from the center column.
I would like also to have different color in the box "read more" when no mouse is over.
Thank for the support.
.gk_is_list h3 .title_small, .gk_is_list h3 .title_big { Display:none }
.gk_is_art a.readon { background:#ff0000; color:#000000; }
.gk_is_art a.readon:hover { background:#ff0000; color:#000000; }