• Hi, trying to add the same background image to the header and main of my site.

    When I do this though it repeats the image, which I do not want?
    Any advice….

    main, header {
    background-image: url(‘image’);
    
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    
    }
    • This topic was modified 4 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Help with background image’ is closed to new replies.