Forum Discussion
AliciaMyles
8 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?
BeckyRichards
5 years agoCommunity Member
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! :)
NagaSudheerS907
4 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!
- BeckyRichards4 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;
}
Related Content
- 2 years ago
- 5 months ago
- 6 months ago