Forum Discussion
AliciaMyles
7 years agoCommunity Member
Can I add an image or color to the top of the page in Rise?
Does anyone know if it is possible to add an image or change the color of the top section of Rise where it shows the section title?
NagaSudheerS907
Community Member
Could you please share a sample css file. I am not quite sure where to include the page header element. In fact, there are multiple page headers. Please refer to the attached css file. Thanks!
BeckyRichards
3 years agoCommunity Member
Hope this helps... Search your document for "page__header" you insert your code in the first result.
.page__header {
background: url('BannerEDfaded.png');
padding-top: 5rem;
position: relative;
z-index: 2;
}