سلام دوست من
خط 157 style.css
عبارت زیر پاک شود
main #shop-cat .block-shop-cat .title a:last-child {
- float: left;
- font-size: 13px;
- color: #1d191a!important;
- font-weight: 200;
- border-right: none;
- padding: 0;
}
عبارت زیر جانشین :
main #shop-cat .block-shop-cat .title a:nth-of-type(odd) {
border-left: 1px solid #ccc;
}
------------------------------------------------
خط 156 style.css
عبارت زیر پاک شود
main #shop-cat .block-shop-cat .title a {
border-right: 1px solid #ccc;
display: inline-block;
font-size: 15px;
color: #ec3321;
font-weight: 300;
padding: 0 10px;
line-height: 15px;
}
جانشین :
main #shop-cat .block-shop-cat .title a {
display: inline-block;
font-size: 15px;
border: none;
color: #ec3321;
font-weight: 300;
padding: 0 10px;
line-height: 15px;
}
------------------------------------
خط 158 :
main #shop-cat .block-shop-cat .title a:last-child {
float: left;
font-size: 13px;
color: #1d191a!important;
font-weight: 200;
border-right: none;
padding: 0;
}
پاک شود
متن زیر جانشین :
main #shop-cat .block-shop-cat .title a:last-child {
float: left;
font-size: 13px;
color: #1d191a!important;
font-weight: 200;
border-left: none;
padding: 0;
}
فکر کنم منو باید استخدام کنی :دی