הוספת כיתוב על האייקונים בחנות

כדי להוסיף כיתוב לאייקונים שבחנות, יש להשתמש בקוד ה-CSS הבא:

.products_wrapper .product .image_links a:first-child i::after {
 content: "הוסף להזמנה";
}
.products_wrapper .product .image_links a:nth-child(2) i::after {
 content: "פרטים נוספים";
}
.products_wrapper .product .image_links a i::after {
 font-size:14px;
 line-height:16px !important;
 display:block !important;
 position:relative;
 top:-15px;
 font-style:normal;
}
.products_wrapper .product .image_links a i {
 top:-3px !important;
 position:relative;
}
.products_wrapper .product .image_links {
 height:85px !important;
}
x
סייען נגישות
הגדלת גופן
הקטנת גופן