Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • matgray87 Friend
    #203458

    Hi,

    I’ve got a top menu at http://www.youngandviral.co.uk for Sign in and Register… however, when I hover over ‘Sign In’ and then move the mouse down to one of the drop down options, the background of the Sign In bit changes back to the non-hover colour. I’m sure this is a very simple CSS fix, but I can’t for the life of me work it out…

    Can anyone point me in the right direction please?

    Thanks,
    Matt

    Ninja Lead Moderator
    #558268

    Hi Matt,

    You can apply my solution into your site.

    Create templates/ja_biz/css/custom.css file and add new this rule


    li.dropdown.open {
    background-color: #fff ;
    }

    Regards

    Pankaj Sharma Moderator
    #558269

    HI if you want to change the color of the Register button add this css code in your custom.css

    .nav.register > li > a:hover {
    background-color: #ffffff
    }

    Change the background color #ffffff; value as per your need .

    Path: /templates/ja_biz/css/custom.css if there is no custom.css file then create a file with name custom.css and add above code.

    Hope it helps

    matgray87 Friend
    #558308

    Hi, thanks – it wasn’t applying an ‘.open’ class though so couldn’t use that method…

    matgray87 Friend
    #558309

    Thanks, all sorted!

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

This topic contains 5 replies, has 3 voices, and was last updated by  matgray87 9 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum