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%20dangle&_ss=e&_v=1.0
Any help would be appreciated!
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;
}
The 2nd one worked, thank you!
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.
Turns out it was caused by a 3rd party app. Thanks anyway.