New Shopify Certification now available: Liquid Storefronts for Theme Developers

PLEASE HELP! Bullet point showing up in product title

Solved
borntoglam
Tourist
24 0 1

Hello, I am using the Envy theme and recently I noticed that bullet points are showing up in the title on the product page only on certain items.  These bullet points were not put there by us, and when I edit the product the bullet is not there, so I'm not sure why it's showing up and why it only shows on certain items.  Here's an example item:

 

https://www.borntoglam.com/products/turquoise-sphere-dangle-earring?_pos=1&_psq=turquoise%20sphere%2...

 

Any help would be appreciated!

 

 

Accepted Solution (1)
fadi_yousif
Shopify Partner
315 40 54

This is an accepted solution.

I don't know what's going on in your theme, but here's a quick fix:

Add the following CSS code to the end of assets/theme-product.min.css:

.vtl-ub-box__product-input-label {
    display: none;
}

If the above doesn't work, try this:

.vtl-ub-box__product-input-label {
    display: none !important;
}

Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
 - Did I help? Leave a tip!
 - Need my help? Chat on Telegram or WhatsApp
 - Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 4 (4)
fadi_yousif
Shopify Partner
315 40 54

This is an accepted solution.

I don't know what's going on in your theme, but here's a quick fix:

Add the following CSS code to the end of assets/theme-product.min.css:

.vtl-ub-box__product-input-label {
    display: none;
}

If the above doesn't work, try this:

.vtl-ub-box__product-input-label {
    display: none !important;
}

Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
 - Did I help? Leave a tip!
 - Need my help? Chat on Telegram or WhatsApp
 - Was your question answered? Mark it as an Accepted Solution

borntoglam
Tourist
24 0 1

The 2nd one worked, thank you!  

borntoglam
Tourist
24 0 1

This solution actually has caused other issues with my website including affecting other apps so I had to remove it.  At this point I still have the bullet point on product titles.  No idea how this started or what to do to fix it.  Please advise.

borntoglam
Tourist
24 0 1

Turns out it was caused by a 3rd party app.  Thanks anyway.