Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149968
    Ann
    Participant

    Hi 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

    #1150181
    Christopher
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1149968 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>