Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Footer hover is grey out the fields - Dawn theme

Solved

Footer hover is grey out the fields - Dawn theme

Dekanten
Navigator
326 1 117

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

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 507

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>

niraj_patel_0-1723370065194.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 507

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>

niraj_patel_0-1723370065194.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Dekanten
Navigator
326 1 117

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 🙂