Archived topic
Add Line under Content title
1 reply · Started by Travel2Mania on October 28, 2021
Viewing posts 1–2 of 2
Hi Guys.
How do Iadd a line under the Single Content Title (H1) title on each page similar to the below:
https://www.travel2mania.com/purchasing-wrestlemania-packages
Cheers
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.