Remove the star symbol

GK User
Fri Aug 09, 2013 3:42 pm
Hi,

I would remplace or delete the star symbole which is everywhere, beetwin login and register for example. Any solution ?

Cheers
User avatar
Fresh Boarder

GK User
Fri Aug 09, 2013 3:50 pm
Hi,
yes there is.... give me a second I will give you a small css that will fix it.
User avatar
Platinum Boarder

GK User
Mon Aug 12, 2013 9:22 am
Thanks :)
User avatar
Fresh Boarder

GK User
Tue Aug 13, 2013 10:26 am
I know there is so many supports ticket and you might be very busy but can you have a quick look please
?
User avatar
Fresh Boarder

GK User
Tue Aug 13, 2013 12:06 pm
sorry...but those "stars" are not a bug but a design feature.

...could you add link to your webpage (and current page) where you have problem with stars or from which element you want to remove them.
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 12:24 pm
To remove from Login * Register and few other places use:

Code: Select all
#gkButtons div a {
    background-image: none;
}


and if your are sure that you "hate stars" use also this:

Code: Select all
#gkHeader ul.gkTabs li, #gkHeader .gkTabsWrap.vertical ol li,
#gkHeader ul.gkTabs li, #gkHeader ol.gkTabsNav li
{    background-image: none; background:none;}



How to: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 2:34 pm
maybe a did something wrong but its not working
here my website : www.team-storm.fr

the stars are in the module hot news
User avatar
Fresh Boarder

GK User
Tue Aug 13, 2013 7:49 pm
Ok, now when I know from where this should be easier:

Code: Select all
#gkHeader .gkHighlighterWrapper .nowrap > span, .gkHighlighterWrapper .nowrap > span
{    background-image: none !important; background: none !important;}
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 7:51 pm
or you can replace star icon with target icon, hmm?

https://www.iconfinder.com/icons/42367/ ... on#size=16
User avatar
Platinum Boarder

GK User
Wed Aug 14, 2013 11:03 am
Thanks !! It's working :D
User avatar
Fresh Boarder


cron