test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • scott_see Friend
    #175827

    http://hammock.net/index.php/exporting-to-japan

    This is a Category List, and the formatting is different for every other row. Every other row has a bottom border. Every other row has a hoverover color.

    How do I get the formatting for each row to be the same? Grouping the list by twos looks goofy. Or is that just me?

    Is there a way to control this from within /administration? Or do I need to dig into the css?

    Thanks!

    khoand Friend
    #447705

    To remove border and background when you hover odd rows, you remove the code from /templates/your_template/css/template.css

    .cat-list-row1:hover, .cat-list-row2:hover {
    background: #FFC;
    }

    .cat-list-row1, .cat-list-row12, tr.cat-list-row1 td, tr.cat-list-row2 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
    border-bottom: 1px solid #CCC;
    padding: 5px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum