Reply 298204 to: Text for non-logged in users

Avatar: Rose Tyler
Rose Tyler
Support staff
August 8, 2021 at 16:07

Hello,

You can add text into Theme Options > WooCommerce > Store Notice, then use the next custom CSS code to hide this block from login users:

.logged-in .woocommerce-store-notice {
    display:none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.