Line Separators in Categories Box

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Guys - How do I put line separators in the Categories Box on the Home Page? Thanks.
13 年 前
Hi,

Line 970

.block .listbox
{
  font-size: 11px;
  padding: 5px 10px 10px;
  line-height: 18px;
  background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
  margin: 0px;
}

Add this

border-bottom: 1px dashed;     or

border-bottom: 1px solid;
13 年 前
Hi Garrie -
Thanks. Tried it and it only adds a line at the bottom of the box. What I am looking for is a line separator between each of the listed items.
13 年 前
Hi,

Sorry that did not solve your problem, i will try and get this working on my test site and get back to you tomorrow.
13 年 前
Much obliged.
12 年 前
Did you guys got the solution for this? separator or line between the categories or Brands

Thanks,
Prasad.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.