Site Author : Topic: How to change the colour of a line that separates post and signature on blogger  (Read 635 times)
January 05, 2011, 09:01:02 AM
Just popping in
User No : 30603
Posts: 10
Hi all, happy new year!!! I know this might sound like an odd question, but I am trying out a new template for an old blog and came across with this problem. There is an orange like separating the content of the post from the signature and I wanted to change its colour or, if that's not possible, find out how to remove it.
I tried everything, searched a thousand sites on google and could not find an answer for it.
This is the link for the blog: http://anothernightfilm.blogspot.com/
I attached the whole code for the blog template!
Pls if anyone knows how to do it, let me know!!! I am really annoyed by it, spent two whole days just trying to figure that out...
Thanks
Zaira 

[attachment deleted by admin]
Logged
January 05, 2011, 09:20:26 AM
Just popping in
User No : 30603
Posts: 10
Sorry had to delete the previous blog, so is the link working now.
http://whatevergirlsheis.blogspot.com/
Logged
January 05, 2011, 10:26:13 AM
Just popping in
User No : 30603
Posts: 10
Don't worry, I found how to!!! Had to change the colour on border-top:1px solid #F99001; in the code below!
Thanks in case anyone tried to help!
xx
Z

.post-footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border-top:1px solid #F99001;
color:#666666;
font-family:Georgia;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
letter-spacing:0.1em;
line-height:1.4em;
margin:0.75em 0;
padding-bottom:5px;
padding-left:10px;
padding-top:4px;
text-transform:none;
}
Logged
January 05, 2011, 06:10:17 PM
Not too shy to talk
User No : 31994
Posts: 66
  • WWW
Its good to see that your problem is solved.
Logged