Forum Discussion
Can I add an image or color to the top of the page in Rise?
Not sure if anyone is still after the fix?
I was able to accomplish this by adding to my main CSS file to the .page_header element
note: the name of my image is called BannerEDfaded
pop the image in the same folder as the css file.
.page__header{ background:url('BannerEDfaded.png');
zip it back up and you're ready to go! :)
- hazelB4 years agoStaff
Thanks for sharing this workaround, Becky!
- NagaSudheerS9073 years agoCommunity 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!
- BeckyRichards3 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;
}