Forum Discussion

SanjuThapa-b5a0's avatar
SanjuThapa-b5a0
Community Member
11 months ago

Different index file published on Rise now

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

  • PhilFoss's avatar
    PhilFoss
    Community Member

    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.