• Resolved atosz

    (@atosz)


    Dear Team,

    I’m very beginner in WP world, so might be this issue can be solved very easy… i hope. πŸ™‚

    When the website changed to tablet mode (i guess) the main menu background changed to white. I tried to find several time to change it to the correct color but couldn’t find. Also tried to find it out using by SiteOrigin CSS, but didn’t help. It looks me a bug.

    You can find a pic when it looks ok: menu_ok

    And here, when the issue is appeared: menu_issue

    Thanky for your helping in advance!

    • This topic was modified 9 years, 7 months ago by atosz.
    • This topic was modified 9 years, 7 months ago by atosz.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Sorry for late reply…just starting my day now.
    Is it possible to get a link to your site where I can actually check out the code there? It’s very hard to find what is adding the white background

    Also, what is the theme version you have? You can find out by going to Appearance >> Themes >> then on the theme screenshot, click on Details.

    Thread Starter atosz

    (@atosz)

    That was quick… πŸ™‚

    version is 1.1.7
    and here you can find the site.

    Thank you.

    Thread Starter atosz

    (@atosz)

    For sure.
    Version is 1.1.7 and here is the site.

    Unfortunatelly, this has not solved by logging out / deleting admin bar plugin as it helped at the Seasonal theme.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Ah! Found it!

    Open your theme’s style.css and look for this:

    
    /*--------------------------------------------------------------
    5 Header
    --------------------------------------------------------------*/
    .site-header {
    	background-color: #fff;
    	text-align: center;
    }

    Delete the background-color: #fff; part, unless you want to wait for me to upload an update that will fix this (which I Will do in the next hour). That code part will be removed in the update.

    • This reply was modified 9 years, 7 months ago by Shaped Pixels.
    Theme Author Shaped Pixels

    (@shaped-pixels)

    I just uploaded the new version 1.1.8 with that fix. The update notice will probably show up in your admin shortly.

    Thread Starter atosz

    (@atosz)

    Thank you, it helped and now it is perfect!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Awesome πŸ™‚
    Thanks for bringing that issue to my attention too.

    • This reply was modified 9 years, 7 months ago by Shaped Pixels.
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Menu backround issue when changed to tablet mode’ is closed to new replies.