and i again i am able to do something with my blog with your very easy to use instructions. it took me a while before i can get it going as i didnt know where the CSS style sheet began. thank you so much! my blog is still in the works so no links yet. again, thank you. ;>
It seems the CSS style sheet is an elusive piece of code for some of you. Here is how to find it.
- Classic Blogger: Between the <style> and </style> tags. The first tag could have more in it like <style type="text/css" media="screen"> so don't let that concern you.
- Beta Blogger: Between the <b:skin><![CDATA[/* and ]]></b:skin>
.sidebar {Note the "{ }" and the "#". They will be all over the place. That is a tale-tell sign of the CSS style sheet code.
color: $sidebartextcolor;
line-height: 1.5em;
}
and
#header a {
color:$pagetitlecolor;
text-decoration:none;
}
No comments:
Post a Comment