[Resolved] !Expected end of value but found line-height:

Home Forums Support [Resolved] !Expected end of value but found line-height:

Home Forums Support !Expected end of value but found line-height:

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632211
    _blank

    Hi,

    I’m getting an error message from Additional CSS customizer.

    !Expected end of value but found line-height:

    /* large intro text for services and work */
    .largetextgreen {
    font-size: 26px;
    font-weight: 400
    line-height: 1.8em;
    text-align: left;
    color: #1f9e49;
    }
    /* ends */

    /* large intro text for services and work */
    .largetext {
    font-size: 26px;
    font-weight: 400
    line-height: 1.8em;
    text-align: left;

    }
    /* ends */

    Not sure why looks okay in Brackets. Any ideas or recommendations.

    Thanks
    Scott

    #632388
    David
    Staff
    Customer Support

    Hi Scott, you are missing a semi colon after font-weight: 400

    #632399
    _blank

    Thanks David,

    Don’t know why I didn’t spot that.
    Scott

    #632408
    David
    Staff
    Customer Support

    It happens to all of us 🙂

    Glad you got it fixed.

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