Forum Discussion
SanjuThapa-b5a0
2 years agoCommunity Member
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 d...
PhilFoss
2 years agoCommunity 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.
- SanjuThapa-b5a02 years agoCommunity Member
Thanks for the quick reply! I'll give this a shot Monday morning.