Support › Forums › White – HTML Template › Background images › Reply To: Background images
June 8, 2015 at 8:08 pm
#4592
Keymaster
Hi,
the image slider works fine because the files routes are correct. You have to use an relative route. For example, in your file style.css, in the line 677, you have typed the code wrong.
Your code is:
background: url('file:///Volumes/My%20Passport%20for%20Mac/white_creative_resume_portfolio_1.3/theme/images/aboutme3.png') top left no-repeat;
And you have to use this one:
background: url('images/aboutme3.png') top left no-repeat;
You have make the same for all the images.
Regards
-
This reply was modified 7 years ago by
CreaboxThemes.