Tagged: x
-
AuthorPosts
-
November 2, 2016 at 8:41 am #1240729
DoppelpunktParticipantHi,
I have two questions concerning my website.
1. I want to add an “scroll-down” button on the main slider (like from the ethos stack demo 2).
Beside, is there a licence for the “revolution slider” included in those for the x theme?2. I want to add a background-image for a couple of my post-pages (posts). The background image should concern the entire class=”offset cf”. but i only want to apply on certain post-pages like the one with the id=”post-23″.
Thank you in advance.
MichaelNovember 2, 2016 at 10:18 am #1240886
JoaoModeratorHi Michael,
1. Click Edit Page on your WordPress Top Admin bar, On the classic backend edtior, scroll down until you find the option: Enable Scroll Bottom Anchor, select it.
2. Add the following code to Appereance Customizer > Custom > CSS
.single-post.postid-23 { background-image: url("htt://yoursite.com/images/paper.gif"); }Hope it helps
Joao
November 3, 2016 at 2:17 am #1242010
DoppelpunktParticipantThis reply has been marked as private.November 3, 2016 at 2:38 am #1242025
FriechModeratorHi Michael,
Assign a custom Body Class (with-custom-background) on those posts that you want to have a background.
And then add this on your custom CSS on Customizer.
body.with-custom-background .x-container>.offset { background-image: url('IMAGE URL HERE'); background-repeat: no-repeat; background-size: cover; background-position: center; }Replace the IMAGE URL HERE with your actual background-image URL.
Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1240729 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

