Site logo

Archived topic

Add Line under Content title

1 reply · Started by Travel2Mania on October 28, 2021

Viewing posts 1–2 of 2

Hi there,

Try adding this CSS:

h1.entry-title:after {
    content: "";
    width: 115px;
    height: 10px;
    background-color: rgba(237, 205, 31, 1);
    display: block;
    margin-top: 12px;
}
This archived topic is closed to new replies.