• Resolved charl1eapple

    (@charl1eapple)


    Hello,
    I’ve got a second tier sub menu. All menu items have dark purple backgrounds, orange text and white on rollover. But on the second tier when you hover to bring up the sub menu, the sub menu is already in white before you hover on it, and it stays white even when you hover on it. I would like it to work exactly as all other levels do. Is there a snippet that would fix this as there is no customisation for that level in the theme customiser. Thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi
    I’m using the theme twenty fifteen on my site Hewers.co.za
    I Installed the Twitter widget.
    when I open the site on my iphone and click the menu, it puts the twitter feed above the home page. Can I move it below the home page?

    Thread Starter charl1eapple

    (@charl1eapple)

    @neeran you have posted this in an unrelated question that I am waiting on an answer. You need to start your own thread for this or they won’t find it.

    Theme Author satoristudio

    (@satoristudio)

    Hello Tracy, I can see that the submenus are dark violet on your website right now – is this issue still topical?

    @neeran, this part of the support forum is for the Bento theme exclusively, if your question is about a plugin please post it in the respective plugin’s support forum 😉

    Thread Starter charl1eapple

    (@charl1eapple)

    Hi – thank you for getting back to me. Yes this is still topical. It’s not the background colour, that’s perfect, it’s the text I’m talking about. You can see the text is gold and hovers to white, but on that second tier sub-menu it starts white and stays white on hover. I would like it to start gold and hover white like all the others do.
    Many thanks

    Theme Author satoristudio

    (@satoristudio)

    Ah, apologies, I misread the initial question! This is indeed a small bug in the theme’s custom color settings code; I will add the respective fix to the next version update of Bento, and meanwhile you can use this snippet to fix it:

    .primary-menu .sub-menu li:hover a { color: #dd9933; }
    .primary-menu .sub-menu li:hover > a { color: #ffffff; }
    Thread Starter charl1eapple

    (@charl1eapple)

    thank you that worked perfectly! I hope you can get to my other thread about the scaling logo 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Second Tier Sub Menu Hover’ is closed to new replies.