[Resolved] Background color in leave a comments

Home Forums Support [Resolved] Background color in leave a comments

Home Forums Support Background color in leave a comments

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #706550
    Diogenes

    Hi.

    It would be possible to add a background color to the space it takes to enter comments of the post.

    From the end of the comments until before the start of the footer.
    [img]http://img.fenixzone.net/i/4MhUD72.png[/img]

    I would appreciate any help.

    #706697
    Diogenes

    Is it possible to do this?

    Thanks for your help.

    #706814
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try something like this:

    #respond {
        position: relative;
    }
    
    #respond > * {
        position: relative;
        z-index: 2;
    }
    
    #respond:after {
        content: "";
        position: absolute;
        top: 0;
        right: -100vw;
        bottom: 0;
        left: -100vw;
        background: red;
        z-index: 1;
    }
    #707547
    Diogenes

    I work perfect.

    Thanks tom.

    #707575
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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