[Resolved] Woocommerce – Screen Design in Page

Home Forums Support [Resolved] Woocommerce – Screen Design in Page

Home Forums Support Woocommerce – Screen Design in Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #500140
    ZEMDER

    Hi Tom,

    I have installed ‘Woocommerce’ in localhost before to install it in production, and I’m getting issues with design of pages created by default of the store.

    With my GP Premium version, I have customized the page ‘Store’ setting these options:

    1. Sidebars : Content (no sidebars)
    2. Footer Widgets: 0 widgets
    3. Disable Elements: Content Title

    But nothing happen on the page, I mean, the page is being shown with sidebars, 3 columns of widgets in the footer, and the title too.

    Is there some additional step to get this customize?

    Thanks,

    #500311
    Leo
    Staff
    Customer Support

    Hi there,

    I would assume Store is an archive page? If so WordPress ignores metabox values on index pages (blog, archive, shop).

    Sidebar layout and page title are here: https://docs.generatepress.com/article/woocommerce-overview/#shop

    Then you can hide footer widgets and content title with this CSS:

    .post-type-archive-product .footer-widgets {
        display: none;
    }

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

    #501031
    ZEMDER

    Hi Leo,

    Thanks a lot, works fine now with your suggestion.

    #501253
    Leo
    Staff
    Customer Support

    No problem 🙂

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