Yesterday, 11:55 AM
I made a quick example you could play with the formatting - paste this in your custom CSS (Admin > Dashboard > General > Custom CSS):
.sectionTitle.padded-left:nth-of-type(1)::before {
content: "Notice: Stuff";
margin-top: 0.3em;
margin-bottom: 0.3em;
display: block;
font-size: 2.5rem;
font-weight: 600;
line-height: 1.2;
font-family: 'Segoe UI', Roboto, sans-serif;
color: yellow;
}
.sectionTitle.padded-left:nth-of-type(1)::before {
content: "Notice: Stuff";
margin-top: 0.3em;
margin-bottom: 0.3em;
display: block;
font-size: 2.5rem;
font-weight: 600;
line-height: 1.2;
font-family: 'Segoe UI', Roboto, sans-serif;
color: yellow;
}
![[Image: rFbzHfe.png]](https://i.imgur.com/rFbzHfe.png)