color change on heading

Underbuks / 2013-06-09 14:46:10   

After trying varous diferent methods descriped here i have come to a corner. I cannot figure out how to change the color of my websites "title" (my name) without affecting the exhibit links too.

My site: mathiaschristensen.com

Best Niels

arsondpi / 2013-06-09 15:42:37   

Check this post: indexhibit.org/forum/thread/18621/

And this post has all logo related Q/A's
indexhibit.org/forum/thread/19060/

:-)

Underbuks / 2013-06-09 16:02:39   

I´ve seen it before and ran through it again, but i still don´t understand where i have to change the the color just for the title.. Is it en the base.css or pre-nav or?

An thanks again:)

Underbuks / 2013-06-09 16:31:48   

A question more: Two of my menu link (the ones in the middle) doesn´n hover as the other two does. Any idears?

arsondpi / 2013-06-09 16:32:21   

...in your style.css
For example:

  1. #logo { color: red; }
  2. #logo:hover { color: green; }
  3. #logo:active { color: yellow; }
  4. #logo:visited { color: blue; }
Underbuks / 2013-06-09 17:44:31   

Tried it in the style.css, but nothing happens. the name is text based (and therefore maybe not a logo?), and i can edit fond size in h1, but not color. Sorry if i´m just missing something completely:) (of course i am..:) Thanks.

Underbuks / 2013-06-09 19:07:23   

You solved it acutally, or got me on track!! thanks:)

Underbuks / 2013-06-09 19:09:09   

Eks. for future:

h1 a:link { color: yellow; font-size: 16px; }
h1 a:hover { color: black; font-size: 20px; }
h1 a:active { color: red; font-size: 30px; }
h1 a:visited { color: blue; font-size: 10px; }

This thread has been closed, thank you.