Footer Text Color?

This topic has been marked as not resolved.

Hi,

Can you please advise how to change color of the footer text as th theme colour is very light.

Thanx

March 22, 2012 at 5:44 pm #7410

look for this in your css file
catalog/view/theme/shoppica/stylesheet/screen.css

#copy {
padding-left: 10px;
line-height: 18px;
font-size: 11px;
color: #ccc;
}

“change color #ccc” if you want it to be black text change ccc to 000 as below

#copy {
padding-left: 10px;
line-height: 18px;
font-size: 11px;
color: #000;
}

regards

March 22, 2012 at 8:23 pm #7422

@spellmovies

You could check this topic as well:

http://support.themeburn.com/topic/change-colour-of-text

@werepair

Thanks for the tips, mate :)

Best,
ThemeBurn team

March 23, 2012 at 12:30 pm #7437
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.