Hi Gary,
I was able to find a workaround. I’m using a separate page.php file for woocommerce pages, so I put some html in there with an ID and set display:none on header images with that ID. If you have a better solution I’d love to hear it as it could lead to some simplification. Let me know your thoughts. I’m looking to remove the header from all product pages.
example page:
https://portlandcommunitygardens.org/product/individual-fpcg-membership/
Thanks,
Phil
Was able to resolve by using theme > editor . I guess the additional css area is working for me.
Was this ever resolved I’m having a similar issue. I’m trying to decrease the size of two elements: “.site-title” and “.sticking .site-title”. I’ve added the below in the additional CSS area but nothing is taking. Am I doing something wrong? If not it seems like it could be an enqueue issue?
.site-title {
font-size: 42px;
font-size: 1.5rem;
}
.sticking .site-title {
font-size: 28.8px;
font-size: 1.125rem;
}