New Landing How can we help? Themeforest Theme Support Dante mobile menu parent item color on click of child

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Dante
  • #80123
    bengiordano
    Member
    Post count: 12

    Hello!

    We have been working through this issue for a few hours now trying just about every CSS selector that we could think of, but are still unable to find a solution — hoping for a little help ๐Ÿ™‚

    The site can be found here: http://sweetspotlabs.wpengine.com/

    When you open it on mobile can open the mobile menu it all looks great. But then when you click on a child of one of the parent menu items, that parent quickly turns white and cannot be seen. We need to adjust this CSS so that parent either turns pink or black so it is sill visible.

    Seems like it should be pretty straight forward, but we cannot seem to solve it. Any help would be greatly appreciated!

    Thank you!

    Ben

    #80272
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    I am not getting this issue at my side so please test with another mobile after and clearing cache.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #80354
    bengiordano
    Member
    Post count: 12

    Hey Mohammad,

    Yes, we are still seeing the issue. If you go to mobile nav and click on one of the “products” under the “products” heading, then that products heading turns white upon the click.

    Thank you!

    Ben

    #80631
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please attach one marked screenshot so i can check in detail.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #80681
    bengiordano
    Member
    Post count: 12

    Hello,

    Please find it attached! We need to make that white be black or pink when one of the child items are clicked. Thanks so much for your help, this has been quite the headache!

    ๐Ÿ™‚

    Ben

    #80999
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please can you try adding this to your custom css:

    #mobile-menu ul li a {
      color: #000000!important;
    }

    – Kyle

    #81136
    bengiordano
    Member
    Post count: 12

    Nope, that doesn’t do it. Its very strange, only happens on mobile and only right when the menu item is clicks (tapped on with finger).

    #81138
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Make sure there are no color set to white in the color customiser that could be causing the problem

    – Kyle

    #81139
    bengiordano
    Member
    Post count: 12

    I did try that as well. I think the !important would over-ride that anyways, would it?

    #81427
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please provide me with a login so I can try and solve the issue

    – Kyle

    #81484
    bengiordano
    Member
    Post count: 12

    Hey Kyle,

    It’s a live client site, so I would rather not. Cant you troubleshoot just by looking at the CSS?

    It should just be one of the selectors, I just cannot seem to find it.

    #81490
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I can’t find anything that has the light color, let me forward this to the developer to see if he can help you

    – Kyle

    #81491
    bengiordano
    Member
    Post count: 12

    Yes, me either — been at it for hours :-/

    Thank you very much, this would be an amazing fix!

    #81621
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This code should sort it:

    .mobile-browser #mobile-menu ul li:hover > a, #mobile-menu .menu ul li.current-menu-item a, #mobile-menu .menu ul li a:active, #mobile-menu .menu ul li a:focus {
    color: #222!important;
    }

    Hope that helps!

    – Ed

    #81778
    bengiordano
    Member
    Post count: 12

    yes yes yes! you are my hero ed! thank you so much!!

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register