Replicating Shoreditch Homepage's Bottom Child page across site.

  • Unknown's avatar

    Hi there

    I have created a site in Shoreditch and I want to know if it is possible to replicate the bottom child page on the homepage across each page of the site. At the moment I have had to create an image which does a bit of the same job but it would be great if I could get the same effect as I can on the homepage.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    Dropping this code in your custom CSS area should do the trick:

    .site-info:before {
    	content: "Kittle Associates Ltd";
    	font-size: 48px;
    	font-family: "Arimo",sans-serif;
    	color: #FFF;
    }
    
    .site-info:after {
    	content: "110 West Street, Henley-on-Thames, Oxfordshire, RG9 2EA A Telephone: 01491 902021 A E-mail: (email visible only to moderators and staff) A A Member of the Association of Bid & Proposal Management Professionals A A Company number: 09356376 A VAT number: 230 1066 67 A Registered with the Information Commissioner under the Data Protection Act 1998 A A Icons courtesy of Flaticon";
    	white-space: pre-wrap;
    	clear: both;
    	display: block;
    	margin-top: 25px;
    	font-size: 1.25rem;
    	color: #FFF;
    }
    
    footer#colophon {
    	background-image: url(https://kittlesite.files.wordpress.com/2016/11/wood.jpeg?w=2000&h=1500&crop=1);
    	background-position: center center;
    	padding: 0px;
    }
    
    .site-footer-wrapper {
    	background-color: rgba(0, 0, 0, 0.27);
    	width: 100%;
    	display: block;
    	max-width: 100%;
    	padding: 100px 40px;
    }
    
    footer .site-info {
    	width: 100%;
    	max-width: 900px;
    	margin: 0 auto;
    }

    Let me know if that doesn’t work!
    Sage

  • Unknown's avatar

    Thank you so much for your help Sage! I hope they hire you!

  • Unknown's avatar

    No worries, glad it worked! And thanks, I hope so too ^_^

  • The topic ‘Replicating Shoreditch Homepage's Bottom Child page across site.’ is closed to new replies.