Hi
I would like to change the H4 tags to be H1 tags for the Home Page but retain the same formatting.
Looking at the CSS, I tried this, but no change still formatted as H4 – any suggestions would be greatly appreciated thanks
.welcome-feature-1 h1,
.welcome-feature-2 h1,
.welcome-feature-3 h1 {
color: #333;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin: 10px 0;
padding: 0;