[Resolved] decrease space between hook text and beginning of products listing

Home Forums Support [Resolved] decrease space between hook text and beginning of products listing

Home Forums Support decrease space between hook text and beginning of products listing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #979158
    Mark

    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

    #979170
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #979175
    Mark

    Hi Leo,

    I have removed the username and password protection, so you should be able to directly login.

    Thanks for looking at this.

    Mark

    http://staging7.nimblethimble.com

    #979190
    Leo
    Staff
    Customer Support

    Try this CSS:

    .woocommerce-products-header {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #979202
    Mark

    Thanks Leo,

    That did the trick!

    Mark

    #979203
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.