How can i add images to the background. I am using bright theme.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Cim@manacim
Cim - 0 likes
- Ganesh@ganu180
Ganesh - 0 likes
You must log in to post replies.go to mod / bright theme / views / default / bright theme / css.php and look for the body tag and add something like this:
body {
background: url(image url here);
}
flush the cache or run upgrade.php
Thanks a lot ...