• Hi,
    I’d like to change the text color of the TopBar, Header and Footer, how can I do this?

    Thank you!

Viewing 1 replies (of 1 total)
  • Try this:

    #nav-topbar .nav li a {
    color: red;
    }
    
    #nav-header .nav li a {
    color: red;
    }
    
    #nav-footer .nav li a {
    color: red;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change TEXT solor’ is closed to new replies.