[Resolved] Add Line under Content title

Home Forums Support [Resolved] Add Line under Content title

Home Forums Support Add Line under Content title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1981362
    Travel2Mania

    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

    #1981449
    Elvin
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.