Here is the CSS code snippet I am using:
.h1, h1{
font-size:2.5 rem;
font-style:italic;
color : wheat
}
I experimented with applying this style to a page header within a navbar element. However, when I refreshed the page, the color style was not being applied to the header. It seems like enclosing the header within the navbar might be causing this issue.