How to put in images

Do you mean to add featured images...?

You must follow steps from theme creator...
 
Actually most of it's rather easy but not the slider on http://thecompany.host (not spamming - just for the example). Is the image code added on css, not the html page in that instance?
 
Featured images can be set and it should be provided by the owner/developer of the theme. You just need to upload it and all done.
So you just have to find the way to customize the theme.

If this is script taken from someone, you need to find the image code used and replace with your owns (there must be default images )
Some of your image names are 1,2,3... <img src="assets/img/testi/1.jpg" alt="">
You need to upload own and change the name.
 
It's in your CSS.
JTZuK1.jpg
 
Your admin edit mode must have these. You can easily find how to make any image is the slider.

Actually not clear what editor you are using and how template developer allows you to customize the site, so can not say clearly.

As it appears you do not admin panel to make it easier.
You can just upload the image under IMG directory, or just change the image address.
 
Use the <img> tag in HTML would be an easy way but you could go the hard way and do it through CSS, it really depends on what you're trying to do. If you're trying to make a background, CSS is the way to go.
 
Back
Top Bottom