Hi
Am using version 1.4 Want to change look of Latest Products etc
Need to change product Background, Border, highlight etc
Love Opencart, but just starting to find my way round it
Thanks
Am using version 1.4 Want to change look of Latest Products etc
Need to change product Background, Border, highlight etc
Love Opencart, but just starting to find my way round it
Thanks
try to play with :
.list td {
text-align: center;
vertical-align: top;
padding-bottom: 10px;
}
in your stylesheet.css
.list td {
text-align: center;
vertical-align: top;
padding-bottom: 10px;
}
in your stylesheet.css

Nop,iangregson wrote:Will that change border / back ground in individual product listed ?
the example below :

border :
Code: Select all
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
Code: Select all
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
Code: Select all
}
.list td:hover {
background: #F0F3F4;
}
I like this... how compatible is it though.. don't think it will work with Safari or Internet Explorer 6/7. Not tested though.bebaspromo wrote:Nop,iangregson wrote:Will that change border / back ground in individual product listed ?
the example below :
border :to make/change default border to rounded border, put :Code: Select all
border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD;
background hover color:Code: Select all
-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
Code: Select all
} .list td:hover { background: #F0F3F4; }
Have managed to change all items, hover background OK
Have a thumbnail border but only works in front page.
How to make it work on all pages,
Thanks
Have a thumbnail border but only works in front page.
How to make it work on all pages,
Thanks
yeaaah .... it's call : "Free Template" ...NewMethod wrote: I like this... how compatible is it though.. don't think it will work with Safari or Internet Explorer 6/7. Not tested though.

just tested with FF, Opera/Chrome ...
Last edited by bebaspromo on Mon Jan 18, 2010 6:02 pm, edited 1 time in total.
in my stylesheet.css (template above) :iangregson wrote:Have managed to change all items, hover background OK
Have a thumbnail border but only works in front page.
How to make it work on all pages,
Thanks
Code: Select all
.list {
margin-bottom: 10px;
width: 100%;
}
.list td {
text-align: center;
background: #FFFFFF;
vertical-align: top;
padding-bottom: 10px;
padding-top:0px;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}
.list td:hover {
background: #F3F3F3;
}
This is what I am looking fore... great but I have a problem with the rounded corner.
it shows squat corner insted of rounded one.
any suggestion ??
it shows squat corner insted of rounded one.
any suggestion ??
Who is online
Users browsing this forum: No registered users and 18 guests