• Resolved webbeetle

    (@webbeetle)


    I just upgraded (full of hope) to the latest version 3.3.10.

    Bugger, this hasn’t changed anything with my problem: the menu background color still reverts to a dark shade as soon as you scroll a little down the page. By my custom-css the top menu is off white with black text, with a little orange divider and shadow below. Because the menu keeps the black text (from my custom css) you can’t read a thing!

    see screen capture of dare2go.com:
    https://www.dropbox.com/s/o4em6ool5ats73m/new-Hueman-same-problem.jpg?dl=0

    Is there no help available for this? It’s now 3 weeks that I’m waiting for a fix (or a clue which part of the css I could edit to fix this).

    Since this problem came up with 3.3.9 I have seen my ‘bounce rate’ increase dramatically – well, because nobody can read the menu!

    —————————-

    This is obviously the wrong timing to advertise a ‘Pro Version’ – when the free one isn’t even working anymore! I used to be a big fan of Hueman for several years, now I’m only a very frustrated user.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You can try out the solution provided by this user.
    https://ww.wp.xz.cn/support/topic/topbar-background/

    Thank you

    Theme Author presscustomizr

    (@nikeo)

    Hi @webbeetle,
    I agree the color on scroll should be customizable. This is missing right now. In your case this is a problem because you have set a custom menu item color.

    For the moment, you can easily fix your issue by adding the following custom css in the customizer > Advanced Options > Additional CSS :

    
    .is-scrolled #header .nav-container.desktop-sticky,
    .is-scrolled #header .nav-container.mobile-sticky,
    .is-scrolled #header .search-expand {
        background-color: inherit;
    }
    

    Let me know if it helped !

    Thread Starter webbeetle

    (@webbeetle)

    @nikeo :
    thanks, this is one major step in the right direction!

    The menu on mobile is almost okay now (I only get a strange on-off behaviour of the bottom border and shadow = nothing dramatic), but unfortunately on desktop the main issue remains unchanged.

    The top menu, with the parent groups, is now in the correct colour (although the bottom border, the orange line, is still missing). But as soon as you expand the dropdown the background for the individual category links is still (almost) black with black text.

    See new screen capture: https://www.dropbox.com/s/usw8g99dgac6dkq/new-Hueman-dropdown-problem.jpg?dl=0

    I’ve tried my best to get to the css with Firebug, but since it only expands on hover I fail every time. I’m sure if I can get the names for the classes used for the expanded menu (the dropdown background color) and add them to your bandaid css [from above] it should work for time being…

    Can you please give me the class name(s) for the dropdown background color!

    Thread Starter webbeetle

    (@webbeetle)

    Resolved in my other thread!
    Link https://ww.wp.xz.cn/support/topic/still-the-same-issue-with-menu-color-since-3-3-8-no-fix/ for people who face similar issue.

    Thread Starter webbeetle

    (@webbeetle)

    ^^ see last post above for solution

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

The topic ‘New version – same old problem with menu background colour!’ is closed to new replies.