Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1186041
    JfantasyBooks
    Participant

    Hello there.

    Details:

    Name: JFantasyBooks
    Site: Fantasy-Updates
    Site Url: https://fantasy-books.live
    WordPress Version: 4.6.1
    X Version: 4.6.2
    Cornerstone Plugin Version: 1.3.2

    Problem:

    1. Today, I’m trying to create entirely different looks (background and all) for certain pages. So, at the end of the day, other than the navigation, you would not know it was the same site.

    Is it possible to do this. Of course the general background page set in my css would remain for other pages. But if I want it to be different for a specific page, is that possible?

    2. Also, if you can show me how to make different sidebars for particular pages.

    Thanks

    #1186065
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    1. You can add your css in Cornerstone > Settings > Custom CSS, that way it will affect only that page.

    2. Please refer to this link – https://community.theme.co/kb/unlimited-sidebars/

    Hope that helps

    #1186085
    JfantasyBooks
    Participant

    Thanks for the reply,

    unfortunately that did not work for #1.

    I used:

    body {
    background-image:url(“https://….”);
    background-repeat:no-repeat;
    background-attachment:fixed;
    }

    for the css… is it because I have another background css for global? I use that instead of the one in customizer because as I looked into it, I found that it loaded a lot faster, and I had less problems. Before, I would have it load, albeit within 1.5s, it load part of the background at a time.

    #1186101
    Paul R
    Moderator

    Hi,

    I can see it working in your home page.

    http://screencast.com/t/sPT6bLaM

    Can you provide us a little more clarification of what you are trying to do.

    Thanks

    #1186160
    JfantasyBooks
    Participant

    I have a background for the entire site.

    I am asking for that background to change when i’m on specific pages.

    For example, generally, you would see background X globally.. But if I wanted to see a different background when I click on a page, called Example Page, you would see that page but with background Y.

    So, it only shows up when I’m on that specific page called Example Page. But if I were to switch back to the home page or another kind of page, I would see background X again instead of background Y.

    #1186188
    Paul R
    Moderator

    Hi,

    Thank you for the clarification.

    You can add your code in cornerstone > Settings > Custom css. It will override your global css.

    
    body {
    background-image:url(“https://….”);
    background-repeat:no-repeat;
    background-attachment:fixed;
    }
    

    Can you provide us the url of the specific page where it is not working so we can take a closer look.

    Thanks

    #1186558
    JfantasyBooks
    Participant

    Oh thank you!

    It worked!

    #1186590
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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