• Resolved Mikeber

    (@mikeber)


    Hello,

    I am using the felicity theme on my website, at first there was a blue background on the menu, but when the update came for this theme, my background is gone and m menu is invisible and only visible when I am hovering the menu, can anybody help?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hey there Mikeber,

    How are you doing today?

    This should be possible to change with some custom CSS. Would you mind posting link to your site and I’ll try to help you with changing that πŸ™‚

    Cheers,
    Bojan

    Thread Starter Mikeber

    (@mikeber)

    Hi bojan,

    thanks for your help, the link to the website is http://www.bunnikseblauwen.nl/

    Hey again Mikeber,

    Thanks for the link, I’ve checked your site and there is a blue background behind your menu, see screenshot http://screencast.com/t/uO5b12Sp4CI.

    I even checked in multiple browsers (Chrome, FF and IE) and everything seems fine.

    Did you manage to fix it in the meantime or am I missing something?

    Please advise,
    Bojan

    Thread Starter Mikeber

    (@mikeber)

    Hi Bojan,

    thanks for confirming my menu is correct.

    what I see is this: http://www.screencast.com/t/9w8zMVAe

    I hope to hear from you soon.

    Thank you very much.

    Hey again Mikeber,

    Is this happening on specific device, browser or OS? Can you please provide more details so I can try to recreate it and find the issue.

    Cheers,
    Bojan

    Thread Starter Mikeber

    (@mikeber)

    Hi,

    It is happening in my internet explorer 11 browser,
    I also have deleted the browsing history and reset the browser, no effect.

    Hey again Mikeber,

    I’ve checked your site in IE 11 and everything seemed fine, however after rechecking the screenshot I’ve realized this happens only on smaller resolutions since there is a code that is adding transparent background to that element on resolution smaller then 1024px.

    To fix it please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    @media screen and (max-width: 1024px) {
    #header-holder #site-navigation {
        background-color: #1e73be !important;
    }
    }

    This should add the background to your menu on all resolutions.

    Hope this helps πŸ™‚

    Cheers,
    Bojan

    Thread Starter Mikeber

    (@mikeber)

    thank you Bojan, this solved the issue!

    Thread Starter Mikeber

    (@mikeber)

    solved!

    Glad I could help πŸ™‚

    Have a nice day!

    Cheers,
    Bojan

    Thread Starter Mikeber

    (@mikeber)

    Have a nice day!! you sure made mine!

    Cheers Mike

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

The topic ‘Felicity theme menu lost the blue background’ is closed to new replies.