Hi, I think that the color of the text in the footer is to dark and in some monitors it can't be seen. How can I change the color of it? I tried but did dissasters.

Thanks for the help.

mateo

Comments

Deepika.chavan’s picture

Hi ,
I created custom css file named local.css and added following line of code in amity_island.info file.

stylesheets[all][] = local.css

Code added in local.css to change the color of the text in the footer :

#footer, #footer a {
 color: #FFE4C4;
} 

Try the above code and please do not forget to clear cached data ('/admin/settings/performance').

Rgrds,

Deepika Chavan.

shiolo’s picture

It works! Thanks for the help