<text x="2407" y="1692" class="fil3 str1 fnt0">Stringers</text>
<text x="6850" y="1692" class="fil4 str2 fnt0">Hub</text>
<text xmlns="http://www.w3.org/2000/svg" x="2407" y="1692" class="fil3 str1 fnt0">Stringers</text>
<text xmlns="http://www.w3.org/2000/svg" x="6850" y="1692" class="fil4 str2 fnt0">Hub</text>
<object type="image/svg+xml" width="175" height="45" data="/wp-content/themes/onepress/assets/images/logo.svg">
<text xmlns="http://www.w3.org/2000/svg" x="2407" y="1692" class="fil3 str1 fnt0">Stringers</text>
<text xmlns="http://www.w3.org/2000/svg" x="6850" y="1692" class="fil4 str2 fnt0">Hub</text>
</object>
<svg width="175" height="45">
<image width="175" height="45" src="/wp-content/themes/onepress/assets/images/logo.svg" onerror="this.onerror=null; this.src=\'/wp-content/themes/onepress/assets/images/logo.jpg\'" class="custom-logo" alt="" itemprop="logo">
<text xmlns="http://www.w3.org/2000/svg" x="2407" y="1692" class="fil3 str1 fnt0">Stringers</text>
<text xmlns="http://www.w3.org/2000/svg" x="6850" y="1692" class="fil4 str2 fnt0">Hub</text>
</svg>
// Removes Product Successfully Added to Cart
add_filter( 'wc_add_to_cart_message_html', 'custom_add_to_cart_message' );
function custom_add_to_cart_message() {
echo '<style>.woocommerce-message {display: none !important;}</style>';
wc_clear_notices();
}