Changing the Color of Main Navigation Menu and Footer Items to White

Home Forums Iconic One Pro Support Changing the Color of Main Navigation Menu and Footer Items to White

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4107

    philogutu
    Participant

    Hello Team Themonic,

    Have been tweaking the code using Custom CSS and I just cannot change the main nav and the footer color to white.

    My site is http://www.coursekenya.com

    I have tried the following in Custom CSS:
    .themonic-nav {
    box-shadow: none;
    color: #f9f9f9;

    AND THIS:

    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu ul {
    background: #ec2c22;
    color: #f9f9f9;

    As for the footer I have entered this code into Custom CSS but it ain’t working either:

    footer[role=”contentinfo”] {
    background: #ec2c22;
    color: #ffffff;

    How can I do this. Kindly assist.

    Regards,
    Philogutu,
    Iconic One Superfan.

    #4108

    Use like this:

    
    .themonic-nav li a {
        color: #ffffff;
    }
    footer[role="contentinfo"] a {
        color: #ffffff;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.