[Resolved] A short line on the begin

Home Forums Support [Resolved] A short line on the begin

Home Forums Support A short line on the begin

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1442222
    Robert

    Hi

    I wanna ask if its passible to add a short line (width: 20px, size:1px, color:#213246)
    before the txt in the haeder of the Post: Publikacje i opinie
    ?

    Like it is on the page with all Posts (but there I made it with Elementor)
    and in the Post it is as a Element with this code:

    <font size=”6″>Publikacje i <i>opinie</i></font>

    Thx
    Robert

    #1442229
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .page-hero font:before {
        content: '';
        width: 20px;
        height: 1px;
        background-color: #fff;
        margin-right: 20px;
    }
    .page-hero font {
        display: inline-flex;
        align-items: center;
    }
    #1442359
    Robert

    Hi

    thx.

    It works

    Kr
    Robert

    PS. Do You maybe know when in Your GeneratePress / Site Library they will be available the pages based on Elementor ?

    #1442367
    David
    Staff
    Customer Support

    We’re aiming to release an update to GP Premium in the next 48hrs – with that update the Elementor sites will return

    #1442388
    Robert

    Ok thx

    #1442409
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.