• Resolved hbk747

    (@hbk747)


    Hello,

    Hope you are well.

    The plugin works exceptionally well, however, there is one issue I am facing on the mobile version of my website.

    When someone goes to the homepage of our site (mobile version) and clicks “Main Menu”, there are several options that pop up such as “Published Content” and “Contributors”. For these two items there is a drop down button that can be clicked which reveal further options. However, if dark mode is enabled, the drop down buttons do not appear for the user.

    Please refer to these screenshots:

    Normal/light mode on mobile: https://ibb.co/yfDnX9h

    Dark mode on mobile (no drop down buttons): https://ibb.co/F6DF4LY

    Hope you can help me.

    Warm regards

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like nobody is minding the shop here.

    Try this code snippet and paste it in your theme’s style.css (or your child-theme):

    @media screen and (max-width: 960px){
    #main-nav li.menu-item-has-children > a .tmnf_mobile_dropdown {
        background: rgba(255,255,255,.1) !important;}}
    Thread Starter hbk747

    (@hbk747)

    @borisv I appreciate you taking the time out to message even though you didn’t have to.

    I have not tried this code yet but will let you know if it works. I can safely add this the style.css of my child theme correct?

    Will get back toy you.

    Warm regards

    Thread Starter hbk747

    (@hbk747)

    @borisv It works!

    Thanks so much!

    Plugin Support Toukir Hossain

    (@toukirwpdev)

    Thank you @borisv

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navigation bar issue’ is closed to new replies.