Hi
My footer hover removes the text while hover the menu items, they are grey out but i want to have visible text while hover the menu items. Can this be arranged in a way? Thanks in advance
Can the footer have the same hover as header menu items? 
My Storeurl:
www.dekanten.no
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
.footer.section-footer-padding .link--text:hover {
color: #2b2bd1 !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
Hi and thank u so much, this works flawless and im happy with the result. Thank you very much for the input, it works like it should. I removed the underline and addet white as color. Nice and clean now 
1 Like