Replies: 1 comment 1 reply
-
Hi, logo uses the size of the image, original svg logo has a height of 27px. Add some CSS to change this to your needs: #masthead .logo {
height: 100px;
} For your previous question about the SKU in cart (see that you deleted it). There are several snippets in the web to do this, but all shows them twice. This has nothing to do with the theme. Suggest to roughly solve this with SCSS. Code goes to tr.woocommerce-cart-form__cart-item.cart_item {
.product-name {
a small,
br {
display: none;
}
a {
display: block;
}
}
}
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
how can resize png logo?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions