Replace ‘Dismiss’ with an X in Woo store notice
function twstudio_demo_store_filter($text) {
$text = str_replace(array('<p class="woocommerce-store-notice demo_store">', '</p>', 'Dismiss'), array('<div class="woo-notice-container"><p class="woocommerce-store-notice demo_store">', '</p></div>', 'X'), $text);
return $text;
}
add_filter('woocommerce_demo_store', 'twstudio_demo_store_filter', 10, 1);
Hi, do you have any code to hide the banner which related to currency ONLY?
Hi, did you found out this problem? If not, send me a link to the site that you want to hide it on, I can take a quick look..