Different index file published on Rise now

Nov 10, 2023

Hi,

I had a piece of code I paste in the index file in the style section. It removed the standard Rise page headers.

When I published today, I noticed the code for the index file is completely different. Anyone else notice?

Would anyone know where to put this code in to make it work?

.page__header-container{display: none}

Thanks,
ST

3 Replies
Phil Foss

Thanks for the alert ST, it looks like they moved the styles that used to be on index into a css file with the rest of the layout code, makes sense. Now what you can do is add a new <style></style> tag and put it within the <head> element, and then put your theme components inside like so. In this example, the css is hiding the process step labels.

add style tag to index