Hello I am trying to change the background image of my navigation buttons when I hover over it. When I hover over it at the moment it goes from orange to a light grey colour and the text stays white. I would like it to go to a white background colour #ffffff and text to be #F6861F I have attached my template.css file below, http://www.webbmaster.com.au/web-programs/questdesign/templates/protostar/css/template.css I am using the protostar template. Please help me find where I need to change. My website is, http://www.webbmaster.com.au/web-programs/questdesign/
I think adding this should do the trick: .nav-pills > li > a:hover { color: #F6861F; background-color: #FFFFFF; }