rushmere

Registered
Hi,

I'm currently setting up the Zipped theme.

I've changed the page background colour, and now I can't see my extra_copyright message at the bottom of the page. Is there a way to change the text colour for the extra_copyright phrase?
 
Without seeing it live this may work:

Code:
.XenBase #copyright, .XenBase #copyright a { color: #FFF !important; }

That controls text and links down there. If you put a class on your text/link in your extra_copyright helper than you can target that specifically:

Code:
.XenBase #copyright .yourclass { color: #FFF !important; }
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back