Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there, have you made any changes to the theme files? Goran by default is supposed to display a red strip at the top of the blog page, as you see in the demo:

    https://gorandemo.wordpress.com/blog/

    The red colour ensures the white menu is visible.

    You could try reinstalling fresh copies of Edin and Goran and let me know if the red strip shows up. Save a copy of both folders if you’d made any changes to the theme.

    If you then want to make any design tweaks, you would use your custom CSS plugin to do that, so your changes won’t be lost when you updated Edin/Goran with new versions.

    Thread Starter florenciaballesteros

    (@florenciaballesteros)

    Yes!
    I changed that red background because in the mobile I saw it that red bg behind the logo! So I want it to be white, but I didn’t think that it make any change in the blog page…

    I have to change again to red? Is the only solution?

    [no bumping please, per forum etiquette]

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    How about changing the color of the text in the menu? We can use a Menu Query to only affect the full menu, not the touch menu for tablets and phones. Give the following CSS a try.

    @media screen and (min-width: 1020px) {
    .main-navigation {
        color: #000;
    }
    }

    If you have not yet done so, I would suggest you use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.

    Jetpack plugin
    Custom CSS plugins

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with menu in Blog page’ is closed to new replies.