Remove header from woocommerce shop
-
I am trying to get rid of the small header h1 (“SHOP”) between the woocommerce breadcrumb and the where the shop page starts.
I tried editing the font size to 0 here:
.comment-content th {
font-size: 12px;
font-size: 0.8rem;
line-height: 2.181818182;
font-weight: bold;
text-transform: uppercase;
color: #636363;But that made other <h1> and <th> disappear as well. I was also able to move all headers from all pages to the bottom of the page, but not with the shop page.
Any help is appreciated.
Website: https://rocheloisjams.com/wp/shop/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove header from woocommerce shop’ is closed to new replies.