CSS的設置
主題->自訂->附加的CSS設置
.site-main .entry-header h1{
display : none;
}
.card-img-top {
/* margin-top:25px; */
width : 250px;
height : 400px;
display: block;
margin-left: auto;
margin-right: auto;
}
.card-img-top-2{
width : 400px;
height : 400px;
}
.card-title{
text-align:center;
margin-top:25px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.btn-outline-primary{
border: 1px solid;
text-decoration: none;
}
.active {
text-decoration: underline;
text-underline-offset: 5px;
text-decoration-thickness: 3px;
}
/* Cart */
.cart{
margin-left : 5px;
}
.delete-item {
color:#dc3545;
width: 40px;
}
#cart {
margin-top: 40px;
}
#cart table{
border-collapse:unset;
}
.lwa .avatar {
width : 40px;
}
.lwa-avatar img {
width : 38px;
height : 38px;
}
.lwa td{
vertical-align : middle;
}
