• Resolved Don Anastas

    (@javaman1)


    I just installed Woo Storefront theme and loaded a header image I’ve used elsewhere with no problem but in this case the image shows up in triplicate +.

    Not sure if there is a standard size to use the current one has a dimension of 732 x 260 – not sure if this is pixels or what.

    Is there a way to adjust this to show just the one image without replication? Thanks for any assistance.

    Don

Viewing 2 replies - 1 through 2 (of 2 total)
  • The header image in Storefront is applied as a background so will repeat. The simplest solution to this is to upload a custom header image that has been resized.

    Alternatively you can disable the repetition with a little CSS. Something like;

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

    Cheers

    Thread Starter Don Anastas

    (@javaman1)

    Thank you so much – this worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image in Triplicate’ is closed to new replies.