- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › BAckground for home widget areas
Tagged: epik
I want to add background image to the home featured area.
I don’t know which scripts they used so detailed process would be appreciated.
Like This :-
http://tastykhana.in/
http://www.giveter.com
http://www.lalalasalon.com/
http://www.wierstewart.com/
Hopefully you’re familiar with html/css as this will take some effort on your end. Take a look in your home.php file and you’ll notice all of the home-feature-bg widgets use the same ID/Classes, so if you change one, you’re actually changing them all. So you would have to probably create your own css replacing the home-featured-bg…..and then add those ID/Classes inside the home.php file (which shows the homepage).
We can’t code it all for you (since that would go beyond the scope of support), but that should definitely lead you in the right direction. I had to do something similar a long time ago.