Archived topic
decrease space between hook text and beginning of products listing
5 replies · Started by Mark on August 8, 2019
David,
On my site at staging7.nimblethimble.com, as you suggested, I created a hook to display some introductory text above my product display on the woocommerce shopping page.
However, there seems to be way too much space between the ending of the introduction text and the beginning of the products listing.
I have tried margin-bottom:0 on the text rule, but no luck.
Can you tell me how (maybe using CSS) I can reduce this space on the "shopping" page?
Thanks
Mark
Hi there,
The site requires a login and password to view.
Any chance you can provide that?
You can remove the site link in the post content so that we can just use the private URL field.
Let me know :)
Hi Leo,
I have removed the username and password protection, so you should be able to directly login.
Thanks for looking at this.
Mark
Try this CSS:
.woocommerce-products-header {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo,
That did the trick!
Mark
No problem :)