Powered By and Designed By I want Bye Bye!

Feb 11, 2007 03:39

.designed-widget {
display: none;
}

.powered-widget {
display: none;
}

I have tried this and it does not work for my layout. I really would like them gone. I am using firefox (currently 1.5 on my back up pc)
I am using cityscape, toyko. I have only did a few tweaks(thanks to this community) in my custom CSS which I will list under the cut.


/* Replace Header Image for Cityscape Tokyo */
#header-inner {
background-image: url(http://www.langsite.com/lj/scape/header.png);
}

/* change color of links and no underline */
a:link,
a:visited,
a:hover,
a:active {
text-decoration : none; color:#c0c0c0;
}
/* Background color of sidebar title */
.widget-header {
background-image: none;
background-color: #2a2b68;
}
/* Color of title and sub title */
#header-name a,
#header-description{
color: #8080ff;
#header-inner {
background: none;
}

.designed-widget {
display: none;
}

.powered-widget {
display: none;
}

sidebar:designedby

Previous post Next post
Up