Hi all, new to shopify and hoping someone can help me figure out what this odd hover over effect is on my color swatches and how I can get rid of it. In the below image, you can see the black bar/arrow that shows up.
Here's a link to a category page if it helps: https://skinfitusa.com/collections/short-sleeve
Thanks!
Solved! Go to the solution
.boost-pfs-filter-item-swatch li .tooltip {
display: none;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi,
Online Store->Theme->Edit code->Assets->theme.scss.liquid
check it in your .css file...
https://www.envision.io/blogs/ecommerce-pulse/28829889-how-to-edit-the-css-of-your-shopify-theme
Hi @oscprofessional,
I got that added in there but it didn't seem to change anything. Did I do something wrong here?
This is an accepted solution.
.boost-pfs-filter-item-swatch li .tooltip {
display: none !important;
}
User | Count |
---|---|
799 | |
132 | |
93 | |
69 | |
63 |