Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1368823
    bradmaclean
    Participant

    Hi!
    Trying to change (or remove) image for post pages only but keep the same on all my other pages. Can you help me achieve this? Here is the default post page:

    https://w2worg.wpengine.com/2016/12/scholarship-stories-meet-susan-crim-of-davisburg-mi/

    Thanks!

    Brad

    #1368920
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.single-post .backstretch {
        display: none;
    }

    Hope that helps.

    #1368946
    bradmaclean
    Participant

    Thx. And if I wanted to replace with anther image (patterned and possibly parallax effect)?
    Thx!

    #1369160
    Jade
    Moderator

    Hi there,

    Please try this code in the customizer:

    .single-post {
        background-image: url(IMAGE_URL);
        -webkit-background-size: auto !important;
        background-size: auto !important;
    }

    Please add this code and replace the IMAGE_URL with the URL of the image.

    Hope this helps.

    #1369183
    bradmaclean
    Participant

    that worked. thx!

    #1369211
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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