News Blocks "More Details" Link

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 25, 2013 1:26 pm
Reply with quote
Report this post
How do I change the font color and hover color of "More Details" link in the News GK5 (News Blocks) module. Currently the original text color is black and hover is white or blue depending what block. With the original color being black you can't see the text in two of the blocks. Attached screen shot.
User avatar
Senior Boarder

GK User
Thu Apr 25, 2013 1:36 pm
Reply with quote
Report this post
Hi,
here you have code to override.css file
1. For color:
Code: Select all
#gkMainbody a {
color: #ff7e57;
}

2.For hovered black:
Code: Select all

#gkMainbody a:hover {
color:#000;
}


3. For hovered white:
Code: Select all
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:hover {
color: #fff!important;
}

Remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Tue May 14, 2013 12:18 pm
Reply with quote
Report this post
I'd like to change "More details" with the Italian "Leggi tutto" or some other phrase.
How can I do that? I tried to find something in the NSP GK5 settings but I found nothing.

Thanks for help.
User avatar
Fresh Boarder

GK User
Tue May 14, 2013 12:43 pm
Reply with quote
Report this post
Please go to language/en-GB/ and find lang file for news show pro module. Then copy this file to italian lang folder and translate it.
User avatar
Gold Boarder

GK User
Tue May 14, 2013 5:16 pm
Reply with quote
Report this post
Konrad M wrote:Please go to language/en-GB/ and find lang file for news show pro module. Then copy this file to italian lang folder and translate it.


Thanks, Konrad.
There's no IT lang folder, so I backed up the original En .ini file and translated what I needed. It works.

Thanks again.
User avatar
Fresh Boarder


cron