Archive Page Banner Color
- The topic ‘Archive Page Banner Color’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I’ve been trying to figure out the CSS code to change the banner on the Archive page behind “Archive.” It is currently mint green and I would like it to be another color.
Thanks!
Shannon
The blog I need help with is: (visible only to logged in users)
Paste this code in custom css:
`
#archive-page-title {
background-color: #c0dadf;
border-color: #96b7bc;
}
`
Let me know if that helps!
This works perfectly, thanks!
Please disregard my re-submission of the same question.