Gazette theme – header image

  • Unknown's avatar

    Hi all,
    today I’ve changed my blog theme to Gazette one.
    I tried to add an header image, but it’s put under menu and I would like to have it as menu background, anyone know if it’s possible?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there! The Header Image is set to go below the Menu and is not able to be moved. However, if you plan to add the Premium Upgrade to your site at some point, that would give you Custom Design so you could set a background color or image in the logo/menu area using custom CSS.

    For example, this would add your image behind your logo/menu area, if you add it in Customize > CSS:

    #masthead {
      background-image: url("https://wwfbologna.files.wordpress.com/2013/06/cropped-testata_ninfee.jpg");
    }

    Note: You may need to tinker with your image size to get it just right, or pick out a seamless background tile so that it can repeat without being obvious. You should also view your site on smaller screens to verify it looks okay on different devices.

    Before purchasing an upgrade, you can test this out by going to Customize > Custom Design, then clicking Try Now. Then go to the CSS section and paste in the code. This will let you preview it without needing the upgrade (but it won’t save on your site).

    If you decide to get the upgrade and do further CSS customizations, this CSS forum is great for help on that, if needed: https://en.forums.wordpress.com/forum/css-customization.

    Let me know if you have any questions!

  • The topic ‘Gazette theme – header image’ is closed to new replies.