• Resolved bigrat95

    (@bigrat95)


    Hi,

    Is there a way to hide this message:

    “This product is not available for your country ”

    thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose Vega

    (@josevega)

    Hi.

    1- Our settings page allows changing the text (premium option), but not hide it completely.

    2- The only way to hide it is with CSS. Add this CSS to the wp-admin > appearance > customizer > custom CSS section:
    .single-product ul.woocommerce-error {
    display: none;
    }

    Thread Starter bigrat95

    (@bigrat95)

    Awesome! thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide notification message: This product is not available for your country’ is closed to new replies.