Hi I would like to change the background color of the body from white to another light color. Do I have the option of adding a background image for the body? Thank you http://69.195.124.91/~wsbowhun/Bowhunters/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .container { background-color:red!important; } Inplace of "red" put your color code. And for adding background image Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .container { background-image:url('Enter your image address'); }
Hi, I could get the body background color to work but not adding a background image. Did I do something wrong? .container { background-image:url('http://69.195.124.91/~wsbowhun/Bowhunters/?attachment_id=42'); } Thanks!
Hello, It seems that you have not enter correct image address, Enter correct image URL, It will solve your issue. Sending image for reference