Changing color of links in GK4

GK User
Sun Jan 29, 2012 6:06 am
Is there anyway you can tell me how to change the color of the link list of the GK4. The title as well as the discription text. I also want to know where I can change the color of the list of latest news module that I am using in small suffix.
Please help!
User avatar
Junior Boarder

GK User
Sun Jan 29, 2012 2:26 pm
Could you paste link to your site?
User avatar
Platinum Boarder

GK User
Sun Jan 29, 2012 5:48 pm
Mike, here is the link to the site: www.ethiopianbrief.com

Thanks
User avatar
Junior Boarder

GK User
Mon Jan 30, 2012 4:09 pm
Could you please turn off cache?
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 5:25 pm
The cache is on the disable position at the Golab confi. I am not sure what you want me to do beside. I have found where I can change the font, not sure if it is the best location however. At gk_stuff.css, I changed the code: " .nsp_links h4 a { color: #141B62;} " to include the color value. It loses it hover, unfortunately that wanted to keep. My intent was to just do in one of the suffixes but could not do it.
I also dislike the unnecessary extra space around the link area that you can see in the attached screen image.
I know, may be I am asking too much, but your help is appreciated.
User avatar
Junior Boarder

GK User
Tue Jan 31, 2012 8:33 pm
Hi.
To reduce white spaces try paste this code to override.css:
Code: Select all
 .color_title .nsp_art h4.nsp_header {
margin-bottom: 18px!important;     //here you can put your value
margin-top: 0!important;           //here you can put your value
padding-top: 18px!important;      //here you can put your value
}
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 4:04 am
It doesn't work, I had tried that already. Why can't I be able to remove the three dots (the end of text) even if I entered zero as a value in the link discription of the module config? There is no descrption but the dots remain taking space and making the space wider than it should be. Do you also know in IE 8, the bullets don't show in module list?
User avatar
Junior Boarder

GK User
Wed Feb 01, 2012 2:09 pm
To remove dots try to edit the following line:
Code: Select all
 .nsp_main .nsp_links ul li p {
margin: 2px 0 0;
font-size: 11px;
line-height: 130%;
}

and change it to:
Code: Select all
 .nsp_main .nsp_links ul li p {
margin: 2px 0 0;
font-size: 11px;
line-height: 130%;
display: none;
}

I checked it and it works for me, also previous solution about white spaces...
User avatar
Platinum Boarder


cron