Make header and footer menu font colour different

  • Author
    Posts
  • #45153

    Having issues doing this, I am sure it is a simple fix however the CSS I have found online has not worked. If anyone knows how to change the footer font colour on the fluida theme it would be greatly appreciated. Thanks.

    #45648
    Zed
    Cryout Creations mastermind
    #footer .footermenu ul li a {
        color: red;
    }
    #footer .footermenu ul li a:hover {
        color: blue;
    }

    The main (header) menu is more difficult to customize since it uses different colour schemes for the main items and submenus.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #45730

    Thank you very much @zed. Is there any way to also change the color of the Social Menu Icons? I have them in the footer as well however they remains the color I have via the theme preset for menu color.

    #45944
    Zed
    Cryout Creations mastermind
    #sfooter a::before {
        color: green;
    }
    #sfooter a:hover::before {
        color: cyan;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Make header and footer menu font colour different’ is closed to new replies.