Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164280
    Smalltorqueit
    Participant

    Hello,
    Firstly I can’t find where I change the page colour? Do I have to put custom css in for this?
    Secondly and more importantly, I’d like to add a picture border to my pages, either a full page image which is responsive, so I can add a full picture which is simply transparent in the middle, or to create a tiled strip to run along both sides and potentially bottom and top?
    Is it all custom CSS?
    Cheers,
    Tom

    #1164486
    Paul R
    Moderator

    Hi Tom,

    You can add your background image under page settings.

    http://screencast.com/t/wyo6VEg4Qd

    or you can also do it with custom css.

    You can add something like this in Cornerstone > Settings > Custom CSS

    
    body {
        background-color:red;
        background-image:url(frame.png);
        background-repeat:no-repeat;
        background-position:top center;
    }
    

    Hope that helps.

    #1239276
    Smalltorqueit
    Participant

    hmmm, no it’s the inside box (which the content displays on) I want a border on, not the background. I currently have a tiled background, but I’d like the pattern on the tile to slightly bleed into the box which has the content for the site on. I intend on doing this by creating a an image of a white box which fades to transparent at the edges and setting that as the image for the background of the content box?

    #1239397
    Rupok
    Member

    Hi there,

    Thanks for writing back. Do you have any mockup for this or any example site that you can refer as this seems a bit confusing. We’ll surely assist you to get it done but we need to understand properly that what you are trying to achieve.

    Cheers!

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