Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Don’t know why message are inside another one. Maybe there is missing closing html tag for some element inside of your theme. Hard to say.

    Please add this custom CSS code to fix the issue with layout

    
    .woocommerce .woocommerce-info .woocommerce-info,
    .woocommerce-page .woocommerce-info .woocommerce-info{
       padding: 0 !important;
    	 border: 0 none;
    	margin: 0 !important;
    }
    .woocommerce .woocommerce-info .woocommerce-info:before,
    .woocommerce-page .woocommerce-info .woocommerce-info:before {
        display: none !important;
    }
    
    Thread Starter Elettromeccanica 2000

    (@elettromeccanica2000)

    yes, it solved, but the notice it appear on all products, how can I choose which products I want the notice message will be there?

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    This message is shown by the WooCommerce. Our plugin don’t have option to configure where it is shown. You can check your theme settings maybe it have some options for the WooCommerce notices.

    Regards,
    Dmytro

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘square text duplicate’ is closed to new replies.