Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 95884

thespinsterz on "[Theme: Hueman] Custom stylesheet not working?"

$
0
0

I have added some code the my custom style sheet, but it doesn't seem to make a difference.

The page I am altering is this http://hooptricks.org/start-here

My code is in the main stylesheet and looks like this

.lcp_thumbnail{
float: left;
padding: 10px;
}
.lcp_catlist ul {
clear:left;
padding: 0px;
margin: 0px;
list-style: none;
}
.lcp_catlist li {
display: inline;
}

.lcp_title{
display: none;
}

It works when it is in the main stylesheet, but when I add it to the custom stylesheet, it doesn't seem to take any affect.

Ideas on what going on?


Viewing all articles
Browse latest Browse all 95884

Trending Articles