Tagged: background image
Hello!
I am having trouble achieving a full width and height fixed background image. Like the below example, which is not WordPress.
http://lexusaccess.com/
This is WordPress, using Enfold <3 … http://lexusaccess.co
I am basically duplicating this page in WordPress and need the .co page to look exactly like the .com page!
The first page has a background image in the color section, but I know that that is not the correct solution. Any direction would be helpful! Thank you so much.
Hey kdelacerda,
if you want to change background image’s size then use this code inside of Quick CSS field:
.main_color {
background-size: 125% 61%;
}
and adjust as needed.
Best regards,
Andy