Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #529337

    Hi Guys
    I am working with my mega menu, and have made a kind of fake stacked column to save some room so I don’t have to have another row on the menu. It’s pretty large as is on small screens. Looks good, except I was wondering if you could help me with some styling – see the CLIMBING and TREKKING menu – VENEZUELA here: http://www.andesworldtravel.com
    I’d like the VENEZUELA heading to have the same hover as the column headings, without the background (gray) color on rollover.
    tried this:
    li#menu-item-3889 a:hover {
    color: #db5000!important;
    }
    no luck. Would appreciate your help.
    thanks!
    Nancy

    #529411

    Hi Munford!

    Try this instead.

    #menu-item-6643:hover h3 {
        color: red !important;
    }

    Cheers!
    Elliott

    #529437

    thanks I will try that – is there a way to get rid of the background color hover?

    #529453

    Hey!

    Try this.

    #menu-item-6643:hover a { background: transparent !important; }
    

    Cheers!
    Elliott

    #529596

    excellent – that’s just what I needed. thanks!

    #529815

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.