Site logo

Archived topic

Headline colored underline

3 replies · Started by Marcel on March 25, 2022

Viewing posts 1–4 of 4

Hi there,

add this CSS:

h1.entry-title {
    position: relative;
}
h1.entry-title:after {
    content: '';
    display: block;
    height: 4px;
    width: 4ch;
    background-color: #f00;
}

Thx! :)!

You're welcome

This archived topic is closed to new replies.