• Hi there,

    I am working on my website https://www.albafitness.com and I need help changing the footer menu.

    I don’t know how to increase the font size and when I hover over the text a blue box appears. I want to get rid of that. I want the menu to be the same as the main menu at the top so it’s dark blue (#0b7fd4) and when you hover over it the text changes to a light blue: #4fabec.

    Thanks

    [Don’t duplicate threads. Don’t bump threads.]

Viewing 1 replies (of 1 total)
  • Go to Plugins – https://www.ads-software.com/plugins/.
    Search for “custom css”.
    Choose a plugin and install it.

    Once installed, put this in the plugin’s entry window…

    .footer_menu ul li a{ color:#ffffff;background-color:#ffffff;font-size:1em;}
    .footer_menu ul li a:hover{ color:#ffffff;background-color:#ffffff;}
    .footer_menu ul li.selected a{ color:#ffffff;background-color:#ffffff;}

    …and change to desired colors.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing footer menu colour & size’ is closed to new replies.