Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1240729
    Doppelpunkt
    Participant

    Hi,

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

    Home


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

    Der Fußabdruck auf dem Teller

    Thank you in advance.
    Michael

    #1240886
    Joao
    Moderator

    Hi 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

    #1242010
    Doppelpunkt
    Participant
    This reply has been marked as private.
    #1242025
    Friech
    Moderator

    Hi Michael,

    Assign a custom Body Class (with-custom-background) on those posts that you want to have a background.


    screenshot

    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!

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