Expanse Theme - Change footer menu links Hover (font weight, color..)

Hi!

I managed to change my megamenu’s hover behavior.

However, the footer is another story.

I would like to have the same effect for my footer links. (I tried it in custom CSS, but it changed the entire block..)

I don’t have base.css, everything seems to be added into the theme.liquid.

Please tell me the first line for individual footer links.

.???:hover {

color: #292929 !important;

font-family: ‘Goudy Old Style’ !important;

text-transform: none !important;

font-weight: bold !important;

font-size:17px !important;

letter-spacing: 0.09rem !important;

text-decoration: none !important;

}

Or any way that is better :slightly_smiling_face:

My store url: www.inibo.co

Password: secret

THANK YOU!

Hi @saraki

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Or .footer__menu a is the line replace with the ???

Hope this can help you solve the issue

Best regards,

Richard | PageFly

Thanks @PageFly-Richard !

It’s working!

Glad that i can help!

Hey @PageFly-Richard

Would you be able to help me with something else?

I would like to add an about section with text on the left side of the footer menu.

How do I go about that?