• Hi there,

    I’ve disabled display of site title and tagline in favor of a custom header image, but I’m finding the menu is automatically covering up the image. How can I get the menu to respect the bounds of the header image?

    strictlyontherecord.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aaronstaylor

    (@aaronstaylor)

    I’ve got a temporary workaround in place, in which I’ve made both the title and tagline “|” and colored them white (sacrificing the browser tab info and SEO).

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, first off, I would suggest creating a Child Theme and then adding the following CSS modification there so that any future theme updates do not overwrite this change. Alternately, you can use the Edit CSS feature in the WordPress.com Jetpack plugin, or use one of the other Custom CSS plugins which will keep your custom CSS changes from being overwritten with theme updates.

    .site-title a, .site-description {
        color: rgba(0, 0, 0, 0);
        display: block;
    }

    Here are some reference links for you:

    Jetpack plugin
    Child Theme creation plugins
    Custom CSS plugins

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header image covered by Menu’ is closed to new replies.