How to make the font color of the links darker

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
Wed Nov 12, 2014 10:00 am
Reply with quote
Report this post
Hi,
I have tried every tool including firebug to track down the code to change the font color of the links to #444444 in the bottom area as shown in the attached screen shot but to no success.
Please tell me what code I need to use in order to change the color of the font?
http://192.185.154.195/~global/

Thank you for your prompt reply!
Kindest regards,
Saeed
User avatar
Senior Boarder

GK User
Wed Nov 12, 2014 10:27 am
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkBottom1 .box li a, #gkBottom2 .box li a {
color: #929292;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Nov 12, 2014 10:34 am
Reply with quote
Report this post
Thank you for your prompt reply!
Best reagrds,
Saeed

Cyberek wrote:Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkBottom1 .box li a, #gkBottom2 .box li a {
color: #929292;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Senior Boarder

GK User
Wed Nov 12, 2014 7:17 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron