Reply To: Background images

Support Forums White – HTML Template Background images Reply To: Background images

#4592
CreaboxThemes
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 8 years, 10 months ago by CreaboxThemes.