Newsletter Section
Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
- GK User
- Mon Dec 28, 2015 7:33 pm
I would like to switch the newsletter section, and make a Join Us Now Button and have it go to the registration page. How do you change the background pic in the Newsletter section.
-
- Fresh Boarder
- GK User
- Tue Dec 29, 2015 9:29 am
Hi,
To change the background image, please use the following custom css code:
with a path to your new image.
To change newsletter frontpage background, please use this code:
To change the background image, please use the following custom css code:
- Code: Select all
.box.login-bg:before {
background-image: url('../images/guest_bg.jpg');
}
with a path to your new image.
To change newsletter frontpage background, please use this code:
- Code: Select all
.frontpage #gk-bottom3 {
background-image: url('../images/people_bg.jpg');
}
-
- Moderator
2 posts
• Page 1 of 1