Hover Color of the topics in the footer

Hi,

When I change the color of the footer like you advised me here: https://colorlibsupport.com/t/how-to-change-color-of-the-menu-bar/#post-77668

and I hover over the topics’ titles they don’t change color for gold but when I don’t modify the footer they do.

My website: www.biggerthanlimits.com

Can you help me with that?

Anna

Hi Anna,

I hope you are well today and thank you for your question.

Try using the below custom CSS code to change its color on hover.

#footer-sidebar a:hover{
color: #b49543;
}

Best Regards,
Movin