[Resolved] WooCommerce Store Notice

Home Forums Support [Resolved] WooCommerce Store Notice

Home Forums Support WooCommerce Store Notice

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #512499
    WC Vendors

    Hello,

    I’ve searched and can’t seem to find anything that will help. I want the WooCommerce store notice to be at the bottom of the screen instead of the top. As the menus are all on the top it covers everything.

    I want exactly what it is, but located at the bottom. It would also be good if you added the colors for the notice to the customiser too.

    thanks,

    Jamie

    #512574
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you link me to your site so I take a look at the code?

    Thanks!

    #512623
    WC Vendors

    Hi Tom,

    I know this is due to WooCommerce putting their notice at the top in the woocommerce.css. What I’m asking is that you add css to generatepress to put the notice elsewhere, or at least an option to have it elsewhere.

    Here is a link to my staging site as I can’t have that notice on my live site.

    https://wc-vendors.com?bypass=preview_feedback

    Thanks

    Jamie.

    #513045
    Tom
    Lead Developer
    Lead Developer

    This should do it:

    p.woocommerce-store-notice.demo_store {
        bottom: 0;
        top: auto;
    }
    #513587
    WC Vendors

    Thanks Tom!

    #514076
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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