I want to have a hover effect on only this text, tried several codes but their messed up the whole ting. Hope we can figure something out who is working. 
Thanks for your contributions, i will sure accept soloutions and like for you. 
My url:
www.dekanten.no
See attached image:
@Dekanten
please add below code to your theme files
Online Store > Theme files > Edit Code > Base.css file at the end place the code. Note: change the color code to desired color.
.product__info-container .product__text:nth-child(2):hover {
color: red !important;
}
thanks
1 Like
Hello @Dekanten
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.product a.product__text.caption-with-letter-spacing:hover {
color: #afd3f3 !important; /*change color according to you*/
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
Hello and many thanks for your code, this works flawless. 
Maybe i want to have a hover slider later, can this me done too? 
yeah it will… if not do let me know