Shopify themes, liquid, logos, and UX
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:
Solved! Go to the solution
This is an accepted solution.
Hello @Dekanten
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer.section-footer-padding .link--text:hover {
color: #2b2bd1 !important; /*change color according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @Dekanten
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer.section-footer-padding .link--text:hover {
color: #2b2bd1 !important; /*change color according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
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 🙂
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