Footer Background / Links in the Footer dissapear when hovering over

Hi.
I have changed the Background Colour of the Footer. When I am now hovering of the links they dissapear. How can I either give them a colour when hovering over or alternatively they do not dissapear?
image

Please try this CSS snippet

.site-footer a:hover {
    color:white!important;
}

If customizations beyond the available options are required please consider hiring someone for custom work https://fwd.cx/hLhc73mQCD9R

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.