
[css] li.product-category a { padding-top:15px; padding-bottom:15px; } li.product-category { background-color:#002b91; width:265px; height:130px; display: flex; flex-direction: column; justify-content: center; } li.product-category:hover { background-color:#1160d9; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s; } h2.woocommerce-loop-category__title { padding-left:10px !important; padding-right:10px !important; text-align:center; color:#fff; font-size:25px !important; line-height:35px; } [/css]
0 Comments