Tagged: x
-
AuthorPosts
-
February 13, 2017 at 7:23 am #1368823
bradmacleanParticipantHi!
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
February 13, 2017 at 8:19 am #1368920
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
body.single-post .backstretch { display: none; }Hope that helps.
February 13, 2017 at 8:35 am #1368946
bradmacleanParticipantThx. And if I wanted to replace with anther image (patterned and possibly parallax effect)?
Thx!February 13, 2017 at 10:59 am #1369160
JadeModeratorHi 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.
February 13, 2017 at 11:21 am #1369183
bradmacleanParticipantthat worked. thx!
February 13, 2017 at 11:36 am #1369211
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1368823 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
