Sorry one more question.
How could I disable the product categories on the head of each product?
Thx.
Can anybody help please?
ps. here is the website link: http://www.henryj.com.hk
(I’ve typed but seems it cannot be shown…)
.section-title, .widget-title {
font-size: 30px;
letter-spacing: -0.05em;
color: #000;
position: relative;
margin-bottom: 20px;
display: none;
}
Add this to your custom css.
.product-item .product-cats a {
text-transform: uppercase;
font-size: 16px;
color: #646464;
font-family: Neuton, Georgia, serif;
display: none;
}
Add this to your custom css.
To webkong,
Thank you for your help.
I’ve placed those two to custom css.
But as you can see, the black navigation bar on mobile version’s still there.
For second css, the product categories are gone sucessfully, but there’s commas left. How could those commas disappear and the product name move up?
Really appreciate for your help!
COULD ANYBODY HELP PLEASE?
To webkong,
Can you help me again please?