I would like my background image to span the entire webpage, not just the center portion. How do I do this?
Hey @adamjohnsoko please share the website url.
Thanks
@adamjohnsoko password?
I removed the password, you should be good
@adamjohnsoko please add the below css to “base.css” file.
.announcement-bar-section .page-width{
width: 100%;
max-width: 100%;
padding: 0;
}
.announcement-bar-section .announcement-bar {
background-size: cover;
}
@adamjohnsoko apply !important after the padding. just like this
.announcement-bar-section .page-width {
width: 100%;
max-width: 100%;
padding: 0 !important;
}
It will work.
Thanks
Perfect!!!
Would I apply the same series of code to the header?
@adamjohnsoko No , there will be different codes for that.
header.header {
max-width: 100%;
background-size: cover;
}
How would I add a background image to my featured colletion and footer section?
@adamjohnsoko create a new thread.
Thanks
Hey @adamjohnsoko If you find my answer helpful then you can mark my answer as an accepted solution. It will really helpful to me.
Thanks
