How can I change my footer font and hover color using CSS?

Can someone please help with CSS to change my footer links under “get in touch” to match the white font and green on hover like the links under “information”? https://milkymotorsports.com/

@mdshafique Right.. I’m asking for CSS.

Hi [email removed]Heatland,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.footer-block__details-content a{
color:inherit !important
}
.footer-block__details-content a:hover{
color: #beff00 !important;
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Hello @milkymotorsport ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team