Hi
Yes, it displays but you probably can't see it because it have a color very near to white.
Please open template_css.css file and find this fragment:
- Code: Select all
hr {
border-top: 1px solid #f9f9f9;
border-right: 0;
border-left: 0;
border-bottom: 0;
height: 1px;
}
Change border-top color to (i.e.) #000
Cheers