Stack question

Hi. I am trying to bring two sites into a single site. The main part of the site uses stack Renew, but their are about 40 single posts that I want to bring which were using the Integrity stack, and I would like to keep that design and formatting.

I am assuming that you cannot use two stacks within a single site.

My second thought was to create a template similar to Integrity and use that for the these 40 posts. Whilst I can get the layout more or less as I want, I don’t seem to be able to change background colour of an individual page - I have tried various css without any luck? Is this possible?

Thanks
Alex

Hi Alex,

Thank you for writing in, yes mixing of a stack is not possible, your best bet is to use renew and then custom CSS to make the posts looks like integrity. The most notable difference between renew and integrity, is integrity has these box-shadow accents on its containers.

CSS Property box-shadow

Having a different background-color per page is unusual, but you can easily do that by adding the custom CSS below for each individual Page CSS area.

body {
	background-color: green;
}

Cheers!

Thanks so much for your help - all sorted now.

Alex

You’re most welcome, Alex.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.