I'm trying to change the green line located under the tabs to the colour "red" and make it thinner. Can you pls tell me how?
open the style.css file look for - Code: #header ul{ background-color:#85a157; [COLOR="Blue"]<-- green in hexadecimal change to background-color:red; [/COLOR] width:711px; border: 3px solid #FFFFFF; <--- white boarder 3px wide display:block; <----display all 4 sides top:255px; <--- position from top position:absolute; margin: 0px 0px 0px 0px; height:22px; [COLOR="#0000ff"]<---- Height of green line[/COLOR] padding:5px 0px 0px 0px; <---- top right bottom left text-align:center; } Be careful in reducing it's size. There isn't much there to reduce.