Navigation Hover Over Background Image

Discussion in 'HTML & Website Design' started by paul_whiting09, Jan 22, 2015.

  1. #1
    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/
     
    paul_whiting09, Jan 22, 2015 IP
  2. Melloweitsj

    Melloweitsj Well-Known Member

    Messages:
    123
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    I think adding this should do the trick:

    .nav-pills > li > a:hover {
    color: #F6861F;
    background-color: #FFFFFF;
    }
     
    Melloweitsj, Jan 22, 2015 IP