In the Footer my image seems to repeat itself. I also have the do not repeat snippet in theme.css aswell. Do I need to resize the photo? Doesnt seem to be anywhere size recommendations for Footer image in my theme Warehouse for the footer.
@kiburi-lifestyl - can you please share this page link?
Step 1. Go to Admin ā Online store ā Theme > Edit code
Step 2. Find the file theme.css. Append the following CSS snippet to the end of the file
.footer {
background-repeat: no-repeat;
background-size: cover;
}
Result
Have a nice day
1 Like
Awesome, that fixed it, thanks mate , greatly appreciate it
@kiburi-lifestyl Hi
Iām glad my answer solved your issue. Please mark that answer as the solution. It will serve as a reference for others who may encounter similar problems in the future.
Best regards