Tagged: x
-
AuthorPosts
-
August 27, 2016 at 6:46 pm #1149968
AnnParticipantHi Theme X!
I have added a background image on this page – http://calispine.com/login/ – using the customizer and was wondering if there’s a way to set the image to parallax? I couldn’t add it from wordpress because the page is created by the memberpress plugin.
Here’s what I added:
.page-id-2770 .site {
background-image: url(“http://calispine.com/wp-content/uploads/CaliSpine-Background.jpg”);
}Also, if I’d want to target more than one page, can I add additional page-id to this code or do I have to add the code once again? Like this:
.page-id-2771 .site {
background-image: url(“http://calispine.com/wp-content/uploads/CaliSpine-Background.jpg”);
}Thanks!!
Ann
August 28, 2016 at 12:08 am #1150181
ChristopherModeratorHi there,
#1 Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
#2 Please separate selectors with comma, e.g :
.page-id-2770 .site,.page-id-2771 .site { background-image: url(“http://calispine.com/wp-content/uploads/CaliSpine-Background.jpg”); }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1149968 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
