Just about a week ago my Archive List started showing a double Arrow on each entry. Looking around I saw others weren't having the same problem so I assumed it was my Template that was the problem. Standard Blogger templates seem to be fine but mine is an older third party template. Searching for the double arrow problem I found someone with the same issue on the Google Help forums and it was only a day or two old. I assume this is something new for anyone with a non-standard Blogger Template..
The screen shot above was his and mine looked the same. Someone on the Forum gave him the answer but instructions on where to paste the code was very vague and I wasn't able to follow his directions. The add CSS option I never found. So I opened up one of my more obscure Blogs and tried pasting into the Archive section - nope, wrong area. Then I just used Edit HTML and at the top of the template below the header info is style type='text/css' section. I pasted it into that section and it worked.
style type='text/css'
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
#ArchiveList .toggle .zippy{
font-size: 0px !important;
}
#ArchiveList .toggle .zippy:after{
font-size: 12px !important;
}
/style
This is the code that I added
font-size: 0px !important;
}
#ArchiveList .toggle .zippy:after{
font-size: 12px !important;
}
