REview my thesis simple site

Discussion in 'WordPress' started by olalinks, Feb 8, 2012.

  1. #1
    I have created a thesis website. But i don't know how to do with the navbar menu. I want to change to color red.
    Here it is : http://www.supperless.com/
     
    olalinks, Feb 8, 2012 IP
  2. kar76

    kar76 Greenhorn

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    You have to edit layout.css. In Your layout.css search for ( background: #EFEFEF ) change ( #EFEFEF ) color you desire.
     
    kar76, Feb 8, 2012 IP
  3. azhar

    azhar Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Search for the .menu A in the CSS and change the background: #FF0000 for red
     
    azhar, Feb 9, 2012 IP
  4. inayah

    inayah Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    find section in css or in your html page :
    /*---:[ nav colors ]:---*/
    /*change the background colour in below line*/
    .menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #111111; background: #FF1443; }
    .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #111111; background: #DDDDDD; }
     
    inayah, Feb 11, 2012 IP