gk image show, title bar remove

GK User
Thu Apr 18, 2013 12:55 pm
hi there

please see our site:
http://www.ic-tm.nl/nl/

i need to remove the
"TPL_GK_LANG_IS_MORE_NEWS" bar (the full bar+functionality)

tried to add this in the overrides, but without success.

/* Here you can include your override CSS styles */

/* news show gk titel*/
#gkHeader .box a:hover, .box.dark a:hover {
color: rgb(170, 170, 170);
display:none;
}

.gkIsWrapper-gk_league_news1 .gkIsMoreNews {
background: none repeat scroll 0% 0% rgb(203, 73, 0);
display:none;
color: rgb(255, 255, 255) !important;
font-size: 18px;
line-height: 20px;
position: absolute;
padding: 23px 25px;
top: 0px;
right: 0px;
text-transform: uppercase;
z-index: 122;
}


any suggestions...?
User avatar
Platinum Boarder

teitbite
Thu Apr 18, 2013 1:52 pm
Hi

Please use this code:

Code: Select all
a.gkIsMoreNews { display: none; }
User avatar
Moderator


cron