
Originally Posted by
pokerdis
Snow,
Can you give me a little more specific information if possible on how to do this...I'm really struggling with this. I want to center the attributes text in the table and also change the background color of the table....
Tom
In your \includes\templates\your_template\css\stylesheet.css, add this code somewhere:
PHP Code:
.attrib-grid-cell {text-align:center;}
.attrib-grid-hHeader {text-align:center;}
.attrib-grid-table {background-color: #cacaca;}
.attrib-grid-cell is for the qty. box alignment
.attrib-grid-hHeader is the text at the top, dunno if you want to align that too.
.attrib-grid-table is the whole table
Bookmarks