Jump to content

Thay đổi màu của nền của product list


saxvai

Recommended Posts

Ý của bạn là thay đổi màu nền của cái hiển thị ảnh sản phẩm hay màu của mấy cái ô hiển thị bao gồm cả cột luôn.
Nếu màu của cả cột thì bạn làm như sau:
1. Mở file global.css của theme mà bạn đang dùng, sau đó tìm đến dòng số 1032 có đoạn này

#center_column .products_block li.first_item_of_line {global.css (line 1060)
clear:both;
}
#center_column .products_block ul li {global.css (line 1032)
background-color:#D0D3D8;
border-bottom:1px solid white;
border-right:1px solid white;
clear:none;
float:left;
margin-top:0;
padding:0;
width:133px;
}

Bạn thay màu cho background-color: thành màu bạn thích

Chúc vui vẻ!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...