Blog EntryTop of page viewed by non-members question...Jan 31, '08 5:19 PM
by Candis for everyone


I posted a question about this and was given the CSS code, which made the text at the very top changeable, I have it as gray now as you see.

What I still need is the code to make the white text changeable.

Also, the code for replaceing the green arrows shown here did not work. If someone posts a code for this again, please include what size (?px x ?px) that the replacement image should be.  I would be happy with a code for just hiding the arrows or editing the colors of the arrows.

Thank you.

3 Comments
viewportfolio wrote on Jan 31
I have the codes for all of this in the members view, what i need is the NON-MEMBERS view codes. If you logout and go to your own url, you will see what i mean.
alogena wrote on Jan 31, edited on Mar 27
/* AVLACK - VIEW AS NON MEMBER*/

/* TEXT */
div.header table.globalnav h3 {
color:#CEEE15;
}
table.globalnav h3 {
color:#338833;
font-family:verdana,sans-serif;
font-size:14px;
font-weight:normal;
}
h3 {
margin:0pt 0pt 4px;
}
/* LINKS */
div.header table.globalnav a.select {
color:#FFFFFF;
}
a.select, a.select:link, a.select:visited {
background:transparent url(http://images.multiply.com/multiply/icons/clean/16x16/select.png) no-repeat scroll left top;
font-size:13px;
font-weight:bold;
height:16px;
padding-left:20px;
padding-top:1px;
}




THis is the original code for avlack theme
probably it is the same for many others too
just will change some colour


Probably
a.select, a.select:link, a.select:visited
affect other links too

if u wanna affect only the links in this page then use
the only u have to consider for the links is

/* Links */
div.header table.globalnav a.select {
color:#FFFFFF;
background:transparent url(http://images.multiply.com/multiply/icons/clean/16x16/select.png) no-repeat scroll left top;
font-size:13px;
font-weight:bold;
padding-left:20px;
}



but maybe is better to change the original code cause to maintains some homogeneity in the layout
viewportfolio wrote on Feb 4
Thank you
Add a Comment
   
CSS 4 MP
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help