Usunęłam wszystkie i dodało pełną nazwę w bloku promocyjnym ale nadal w polecanych, bestsellerach i nowych są kropki. Autor podał mi tą ścieżkę ' technoshop/assets/css/theme.css' ale nadal nie wiem co zmienić.
.c_item .nowrap {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block; }
.c_item .prop-line {
margin: 5px 0; }
.c_item .label_unavailable + .product-flags {
display: none; }
.c_item {
padding-left: 15px;
padding-right: 15px; }
.c_item .thumbnail-container {
position: relative;
z-index: 1;
position: relative;
text-align: center; }
.c_item .thumbnail-container .product-description {
padding: 0 10px; }
.c_item .left-block {
border: 1px solid transparent;
border-bottom: 1px solid #e7e7e7;
position: relative;
margin-bottom: 40px; }
.c_item .product-thumbnail img {
display: inline-block; }
.c_item .product-flags .new, .c_item .product-flags .product-availability, .c_item .product-flags .discount-percentage, .c_item .product-flags .on-sale {
position: absolute;
top: auto !important; }
.c_item .product-flags .new, .c_item .product-flags .product-availability {
bottom: 2px;
right: 0; }
.c_item .product-flags .discount-percentage, .c_item .product-flags .on-sale {
left: 0;
bottom: 2px; }
.c_item .product-flags .discount-percentage ~ .on-sale {
display: none; }
.c_item .highlighted-informations {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.c_item .function-btn {
width: 48px;
height: 48px;
background: #ffffff;
color: #333333;
line-height: 48px;
text-align: center;
display: inline-block;
border-radius: 3px; }
.c_item .function-btn:hover {
background-color: #7697cb;
color: #ffffff; }
.c_item .quick-view {
margin-right: 18px; }
.c_item .right-block {
padding-top: 15px;
border: 1px solid transparent;
border-top-width: 0; }
.c_item .product-title {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 18px; }
.c_item .product-price-and-shipping {
margin: 0 0 20px; }
.c_item .button-container {
border-top: 1px solid #dedede;
padding: 11px 15px;
text-align: left; }
.c_item .add-to-cart {
cursor: pointer;
padding: 0;
background: none;
border: none;
font-weight: bold;
text-transform: uppercase;
color: #7697cb;
font-size: 12px;
outline: none !important; }
.c_item .add-to-cart:hover {
color: #63c6e9; }
@media (max-width: 768px) {
.c_item .left-block {
border-bottom: none; }
.c_item .quick-view {
display: none; }
.c_item .product-title {
font-size: 12px; }
.c_item .product-title a {
height: auto; }
.c_item .regular-price {
font-size: 9px; }
.c_item .price {
font-size: 11px; }
.c_item .product-flags .new, .c_item .product-flags .product-availability, .c_item .product-flags .on-sale, .c_item .product-flags .discount-percentage {
font-size: 9px;
padding: 0 5px;
height: 20px;
line-height: 20px; }
.c_item .add-to-cart {
font-size: 10px; } }
@media (max-width: 480px) {
.c_item {
padding: 0 5px; }
.c_item .product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; } }
.c_item .product-thumbnail .primary-image {
display: inline-block; }
.c_item .product-thumbnail .secondary-image {
display: none; }
.c_item .product-thumbnail:hover .primary-image {
display: none; }
.c_item .product-thumbnail:hover .secondary-image {
display: block; }