Our support team is on holiday from January 1st to 7th. Responses may be delayed, but we'll be back on January 8th. Happy Holidays!

Okay
  Public Ticket #2711328
Fascia Viola Store
Closed

Comments

  • Sara started the conversation

    Dovrei togliere anche questa fascia che appare in alto ogni volta che entro sul sito :) Grazie mille

  •  951
    Neuron replied

    Hi Sara,

    We've hidden these options since there are custom options that would affect ours.

    Can you please add the following PHP in your functions.php of the child theme or via the Code Snippets plugin.

    https://wordpress.org/plugins/code-snippets/

    add_action( 'init', 'amartha_update_store_notice' );
    function amartha_update_store_notice() {
        if ( get_option( 'woocommerce_demo_store_notice' ) ) {
            update_option( 'woocommerce_demo_store_notice', false );    
        }
    }

    Feel free to ask for anything you need.

    Kind Regards