Daithi Posted August 16 Share Posted August 16 (edited) https://freediving.ie/shop I want to change the colour of the font of product name on mouseover, the same as I have done for the product price. Any help appreciated. Ideally I could get the front colours of both the price and product name title to change at the same time. But maybe not possible. Thanks. Edited August 16 by Daithi Link to comment
Daithi Posted August 16 Author Share Posted August 16 Also, on my product detail page, the price is orange and has some kind of mouseover action happening. Can I remove this? https://freediving.ie/shop/p/aida-2-freediver-waterworld-dive-centre-co-kerry-28/06/25 Link to comment
tuanphan Posted August 17 Share Posted August 17 14 hours ago, Daithi said: https://freediving.ie/shop I want to change the colour of the font of product name on mouseover, the same as I have done for the product price. Any help appreciated. Ideally I could get the front colours of both the price and product name title to change at the same time. But maybe not possible. Thanks. You can use this CSS code .products.collection-content-wrapper div.grid-main-meta:hover .grid-title, h1.ProductList-title:hover { color: #7fe8ff !important; } Daithi 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Solution tuanphan Posted August 17 Solution Share Posted August 17 14 hours ago, Daithi said: Also, on my product detail page, the price is orange and has some kind of mouseover action happening. Can I remove this? https://freediving.ie/shop/p/aida-2-freediver-waterworld-dive-centre-co-kerry-28/06/25 Use this CSS code body.view-item .product-price:hover { color: #f93 !important; } Daithi 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Daithi Posted August 17 Author Share Posted August 17 (edited) Thank you kindly. Both worked perfectly. I've noticed that when I mouseover the price, the title changes colour as well. But when I mouseover the title, the price does not change color. Any idea why this is happening and how to remedy? Actually, the underline effect is triggered before the mouse reaches the text... 🤔 Edited August 17 by Daithi Link to comment
tuanphan Posted August 18 Share Posted August 18 18 hours ago, Daithi said: Thank you kindly. Both worked perfectly. I've noticed that when I mouseover the price, the title changes colour as well. But when I mouseover the title, the price does not change color. Any idea why this is happening and how to remedy? Actually, the underline effect is triggered before the mouse reaches the text... 🤔 You can use this code section.grid-meta-wrapper:hover * { color: #7fe8ff !important; } Daithi 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Daithi Posted August 18 Author Share Posted August 18 Thank you once again. I've now noticed that mouseover the product image causes the text to underline but not turn blue. It's as if there's something surrounding the section of the screen which is allowing the link/text to ignore the main site hover instructions: #page a:hover { color: #7FE8FF !important; text-decoration: underline !important; } Is there any code I can use that will make the text underline and turn blue when the mouse approaches the <div> (potentially?) that wraps the image and text underneath it? Thanks. Link to comment
tuanphan Posted August 18 Share Posted August 18 13 hours ago, Daithi said: Thank you once again. I've now noticed that mouseover the product image causes the text to underline but not turn blue. It's as if there's something surrounding the section of the screen which is allowing the link/text to ignore the main site hover instructions: #page a:hover { color: #7FE8FF !important; text-decoration: underline !important; } Is there any code I can use that will make the text underline and turn blue when the mouse approaches the <div> (potentially?) that wraps the image and text underneath it? Thanks. So you mean when users hover or text, or hover image >> will underline + turn blue text? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Daithi Posted August 19 Author Share Posted August 19 If you watch where the mouse is when the underlining of the text happens, the underlining happens when the mouse rolls over the image and the rectangular area below the image. The font color change doesn't happen until the mouse is actually touching the text. Wondering if it's possible to trigger the text colour change when the underlining happens. Thanks. Link to comment
tuanphan Posted August 22 Share Posted August 22 So you want when users hover on image or text >> will make underline + color change on same time? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment