Change Image Background Music State

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Mon Dec 16, 2013 6:48 am
Hi,


I would like change two pictures in background with Music State on Wordpress.
Thanks.
User avatar
Fresh Boarder

GK User
Mon Dec 16, 2013 8:03 am
You can change them in theme setings.
User avatar
Moderator

GK User
Mon Dec 16, 2013 8:24 am
Sorry, my mistake, please replace those files:
wp-content/themes/MusicState/images/dark_bottom_bg.jpg
wp-content/themes/MusicState/images/people_bg.jpg

with your own.
User avatar
Moderator

GK User
Wed Jan 01, 2014 11:33 pm
Thank You.
Is it possible to put a video or .gif in background ?
User avatar
Fresh Boarder

GK User
Thu Jan 02, 2014 6:41 pm
Pasting video as background is not available with default html/css. You could use gif, but it woulb be huge and might not work well (loading of big gifs takes some time) but it might be done.
To do that please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
.frontpage.dark-bottom #gkDarkBottom {
background: #1e1e1e url('../images/common/dark_bottom_bg.gif') no-repeat center center;
}
.frontpage #gkBottom3 {
background: #141414 url('../images/common/people_bg.gif') no-repeat center top;
}


and place dark_bottom_bg.gif and people_bg.gif in correct folder.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron