FONT COLOR (PLEASE)

racedance / 2013-04-25 16:19:20   

Hello.

This is my site.

racedanceco.com

I would like to change my font color on some of my pages that have black background photos.

I have very little experience with Indexhibit, CSS or other coding...

I would really appreciate step-by-step help.

Thank You.

arsondpi / 2013-04-25 16:48:51   

Simply wrap your text in css like:

  1. <span style="color: white">white text here</span>
racedance / 2013-04-25 20:33:21   

Thank You. very much.

Much Much appreciated.

racedance / 2013-04-25 20:33:45   

Is it the same for font size?

where would I find that code?

arsondpi / 2013-04-26 07:34:03   

Hmm - then it's better to define this differently.
In your style.css (ndxzsite>default>style.css) add

  1. .whitetext { color: #fff; font-size: 24px; }

and in your text area

  1. <span class="whitetext">white text here</span

Of course you can use this css class many times throughout your text.

This thread has been closed, thank you.