スカート

カテゴリー

カテゴリー

Showing the single result

.woocommerce ul.products li.product .woocommerce-loop-product__title{ color: rgb(126, 33, 41); width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{ display: none; } .ready-text { width: 100%; height: 100%; text-align: center; font-size: 45px; position: absolute; padding-top: 50%; background-color: #999999CC; color: white; font-weight: bold; } .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{ aspect-ratio: 5/6; } @media screen and (max-width: 1140px){ .recent-product{ display: none; } } var titles = document. getElementsByClassName('woocommerce-loop-product__title'); console.log(titles.length); for(let i = 0; i { // titles[i].style.display='unset'; titles[i].style.overflow='unset'; titles[i].style.WebkitLineClamp = 'unset'; }); titles[i].addEventListener("mouseout", (event) => { // titles[i].style.display= '-webkit-box'; titles[i].style.overflow='hidden'; titles[i].style.WebkitLineClamp = 2; }); }
お買い物カゴ