All things Shopify and commerce
Hello,
i have a question:
when i put cursor over colour selector, colour name is too long and its hides under product picture, how to setup it to be visable on picture?
I add screenshot to clarify my situation.
Solved! Go to the solution
This is an accepted solution.
@PrzemekRad add this css part in code:
.globo-swatch-product-detail li label:hover .attr-title-hover {white-space: normal !important;}
This is an accepted solution.
remove :hover state from css like:
.globo-swatch-product-detail li label .attr-title-hover {white-space: normal !important;}
this should solve glitch
Hi @PrzemekRad can you share website url?
Why you need it?
In short - you need to add css style whitespace: wrap for this text. But if you want workable code snippet for your theme i need url to check classnames in dev console.
This is an accepted solution.
@PrzemekRad add this css part in code:
.globo-swatch-product-detail li label:hover .attr-title-hover {white-space: normal !important;}
Its a bit gliching when coursor left colour indicator, but works fine when its over it, so thanks 😉
This is an accepted solution.
remove :hover state from css like:
.globo-swatch-product-detail li label .attr-title-hover {white-space: normal !important;}
this should solve glitch
Nice, thats working prerfectly 😉 Thank you very much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025