• My header image is tiled and I want to get it to just appear one time instead of repeating with the responsive theme. Can you help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You can add the following CSS:

    .site-header {
    background-repeat: no-repeat;
    }

    If you’re setting a logo, please use Jetpack or the Storefront Site Logo plugin.

    Cheers

    I’ve tried add the above CSS to my custom CSS pludin and it just won’t work.. any ideas why? I seem to have this issue with any css I put in to my custom CSS plugin

    Please share a URL to your site and I can check.

    can’t save header background color so:

    customize -> header -> change background color looks fine but when you click save changes it does not save and get rid of the black. so we designed a custom jpg image to cover the header so we can’t see the background.

    that custom image is the one tiling. if we insert the no tile code snippet

    that image looks good centered on the page but surrounded by black box that we can’t get rid of.

    Thank you sooo much jameskoster for the code .site-header {
    background-repeat: no-repeat;
    } That worked!!! After hours and hours of banging my head against the desk!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Repeating/Tiling Header’ is closed to new replies.