Problem changing Navigation text color

  • Posted in : Responsy WP
  • macpixel
    Participant

    Hello,

    I am using the “Light Theme” with the dark texture header, so I have been trying with the help of other forum replies with no success. I want to change the text color to white and the navigation tabs to red and when hover the darker red. How do I do this? I have tried already, maybe I can give you my login info to WordPress? Please let me know.

    Another issue is regarding my Latest Projects, I have activated it but it doesnt show up on Home page.

    Thanks!

    Mehmet S.
    Keymaster
    #nav li a
    {
    color: white;
    background-color: red;
    }
    
    #nav li a:hover
    {
    background-color: darkred;
    }
    

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.