PDA

View Full Version : changing the color of this fiddly line


asamuel
Nov-08-2006, 11:01 PM
Looked around. CSS info, FAQ. can't see the answer.

I have deleted my user name , home, details. I like it.

and I like the underline that has remained. However. I would like to change the color of this underline (its important to me :dunno)

I dont know how to change the colour of said line on the homepage and its driving me nuts. that line is not quite right.

:bow

Allen
Nov-09-2006, 06:06 AM
Looked around. CSS info, FAQ. can't see the answer.

I have deleted my user name , home, details. I like it.

and I like the underline that has remained. However. I would like to change the color of this underline (its important to me :dunno)

I dont know how to change the colour of said line on the homepage and its driving me nuts. that line is not quite right.

:bow
If you're talking about the line going across homepage this will do it.

div #breadcrumb {border-color: blue; }

Al

asamuel
Nov-09-2006, 05:48 PM
that what I'm talkin about! thanks Al.:ivar

asamuel
Nov-09-2006, 07:02 PM
So, it looks great on my "Vanity Homepage"

But now I've decided that I want my user name on my pictures home page. So I figured I could do this;

.Home #userName {
display: none;
}

But that didn't work, it showed up again on both homepages.

NEXT is the fact that I would like the border line to be grey and the font to be white. Is that possible?